ระดับชั้นงานลูกจ้างประจำ

This commit is contained in:
Bright 2024-03-13 10:25:26 +07:00
parent bc394f503c
commit af8e2667f3
3 changed files with 207 additions and 1 deletions

View file

@ -39,6 +39,9 @@ export class CreateEmployeePosLevel {
@Column()
posLevelRank: number;
@Column("uuid")
employeePosTypeId: string;
}
export type UpdateEmployeePosLevel= Partial<CreateEmployeePosLevel>;