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