ประวัติการศึกษา กรอกไม่ครบ ส่งnull

This commit is contained in:
setthawutttty 2024-02-15 10:54:00 +07:00
parent 96e463009f
commit 31bae57750
2 changed files with 36 additions and 27 deletions

View file

@ -21,10 +21,10 @@ interface RequestItemsObject {
fundName: string;
isDate: string | null;
finishDate: Date | null;
startDate: number;
endDate: number;
startDate2: Date;
endDate2: Date;
startDate: number|null;
endDate: number|null;
startDate2: Date|null;
endDate2: Date|null;
createdFullName: string;
createdAt: Date;
}