sort ตำแหน่งลูกจ้าง

This commit is contained in:
Kittapath 2024-03-18 10:40:28 +07:00
parent 2972d6ef5e
commit 222a2a5b6b
4 changed files with 71 additions and 22 deletions

View file

@ -32,7 +32,7 @@ export class CreatePosExecutive {
posExecutiveName: string;
@Column()
posExecutivePriority: number;
posExecutivePriority: number | null;
}
export type UpdatePosExecutive = Partial<CreatePosExecutive>;