ข้อมูลผลงาน ทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
497db161c4
commit
4faefe54f3
10 changed files with 860 additions and 13 deletions
|
|
@ -78,8 +78,16 @@ export class ProfileCertificate extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreateProfileCertificate {
|
||||
profileId?: string | null;
|
||||
profileEmployeeId?: string | null;
|
||||
profileId: string | null;
|
||||
expireDate: Date | null;
|
||||
issueDate: Date | null;
|
||||
certificateNo: string | null;
|
||||
certificateType: string | null;
|
||||
issuer: string | null;
|
||||
}
|
||||
|
||||
export class CreateProfileEmployeeCertificate {
|
||||
profileEmployeeId: string | null;
|
||||
expireDate: Date | null;
|
||||
issueDate: Date | null;
|
||||
certificateNo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue