ข้อมูลผลงาน ทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
497db161c4
commit
4faefe54f3
10 changed files with 860 additions and 13 deletions
|
|
@ -124,8 +124,22 @@ export class ProfileTraining extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreateProfileTraining {
|
||||
profileId?: string | null;
|
||||
profileEmployeeId?: string | null;
|
||||
profileId: string | null;
|
||||
startDate: Date | null;
|
||||
endDate: Date | null;
|
||||
numberOrder: string | null;
|
||||
topic: string | null;
|
||||
place: string | null;
|
||||
dateOrder: Date | null;
|
||||
department: string | null;
|
||||
duration: string | null;
|
||||
name: string | null;
|
||||
yearly: number | null;
|
||||
isDate: boolean | null;
|
||||
}
|
||||
|
||||
export class CreateProfileEmployeeTraining {
|
||||
profileEmployeeId: string | null;
|
||||
startDate: Date | null;
|
||||
endDate: Date | null;
|
||||
numberOrder: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue