อัพรูป
This commit is contained in:
parent
6010cc662c
commit
3ea5ec3486
3 changed files with 77 additions and 17 deletions
|
|
@ -38,6 +38,13 @@ export class ProfileEmployee extends EntityBase {
|
|||
})
|
||||
avatar: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "รูปถ่าย",
|
||||
default: null,
|
||||
})
|
||||
avatarName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ประเภทลูกจ้าง (perm->ลูกจ้างประจำ temp->ลูกจ้างชั่วคราว)",
|
||||
|
|
@ -475,4 +482,4 @@ export type UpdateProfileAddressEmployee = {
|
|||
currentDistrictId?: string | null;
|
||||
currentSubDistrictId?: string | null;
|
||||
currentZipCode?: string | null;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue