ระดับชั้นงานลูกจ้างประจำ
This commit is contained in:
parent
bc394f503c
commit
af8e2667f3
3 changed files with 207 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ export class CreateEmployeePosLevel {
|
|||
@Column()
|
||||
posLevelRank: number;
|
||||
|
||||
@Column("uuid")
|
||||
employeePosTypeId: string;
|
||||
|
||||
}
|
||||
|
||||
export type UpdateEmployeePosLevel= Partial<CreateEmployeePosLevel>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue