อัตรากำลังลูกจ้างชั่วคราว ตำแหน่ง
This commit is contained in:
parent
44f1fc9e54
commit
dbf0952b6b
2 changed files with 159 additions and 157 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue