ทะเบียนประวัติ
This commit is contained in:
parent
322106631a
commit
6c1b4b2adb
7 changed files with 531 additions and 288 deletions
|
|
@ -24,13 +24,6 @@ interface GovAgeForm {
|
|||
day: number;
|
||||
}
|
||||
|
||||
interface MyObjectRef {
|
||||
containDate: object | null;
|
||||
workDate: object | null;
|
||||
reasonSameDate: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface RequestItemsHistoryObject {
|
||||
lastUpdatedAt: Date;
|
||||
lastUpdateFullName: string;
|
||||
|
|
@ -54,4 +47,4 @@ interface RequestItemsHistoryObject {
|
|||
createdFullName: string | null;
|
||||
createdAt: Date;
|
||||
}
|
||||
export type { MyObjectRef, RequestItemsHistoryObject, FormMain };
|
||||
export type { RequestItemsHistoryObject, FormMain };
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ interface RequestItemsObject {
|
|||
country: string;
|
||||
other: string;
|
||||
duration: string;
|
||||
durationYear: number | null;
|
||||
durationYear: number | null | string;
|
||||
note: string;
|
||||
educationLevelId: string;
|
||||
positionPath: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue