อัตรากำลังลูกจ้างชั่วคราว ตำแหน่ง

This commit is contained in:
kittapath 2025-03-14 15:17:32 +07:00
parent 44f1fc9e54
commit dbf0952b6b
2 changed files with 159 additions and 157 deletions

View file

@ -235,13 +235,13 @@ export class EmployeeTempPosMaster extends EntityBase {
export class CreateEmployeeTempPosMaster {
@Column()
posMasterNoPrefix: string;
posMasterNoPrefix?: string | null;
@Column()
posMasterNo: number;
posMasterNo?: number | null;
@Column()
posMasterNoSuffix: string;
posMasterNoSuffix?: string | null;
@Column("uuid")
positions: CreateEmployeePosDict[];