sort ตำแหน่งลูกจ้าง
This commit is contained in:
parent
2972d6ef5e
commit
222a2a5b6b
4 changed files with 71 additions and 22 deletions
|
|
@ -32,7 +32,7 @@ export class CreatePosExecutive {
|
|||
posExecutiveName: string;
|
||||
|
||||
@Column()
|
||||
posExecutivePriority: number;
|
||||
posExecutivePriority: number | null;
|
||||
}
|
||||
|
||||
export type UpdatePosExecutive = Partial<CreatePosExecutive>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue