ทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-16 17:52:44 +07:00
parent 322106631a
commit 6c1b4b2adb
7 changed files with 531 additions and 288 deletions

View file

@ -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 };

View file

@ -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;