ข้อมูลผลงาน ทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
497db161c4
commit
4faefe54f3
10 changed files with 860 additions and 13 deletions
|
|
@ -142,8 +142,24 @@ export class ProfileInsignia extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreateProfileInsignia {
|
||||
profileId?: string | null;
|
||||
profileEmployeeId?: string | null;
|
||||
profileId: string | null;
|
||||
year: number;
|
||||
no: string | null;
|
||||
volume: string | null;
|
||||
section: string | null;
|
||||
page: string | null;
|
||||
receiveDate: Date | null;
|
||||
insigniaId: string;
|
||||
dateAnnounce: Date | null;
|
||||
issue: string | null;
|
||||
volumeNo: string | null;
|
||||
refCommandDate: Date | null;
|
||||
refCommandNo: string | null;
|
||||
note: string | null;
|
||||
}
|
||||
|
||||
export class CreateProfileEmployeeInsignia {
|
||||
profileEmployeeId: string | null;
|
||||
year: number;
|
||||
no: string | null;
|
||||
volume: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue