ประวัติการศึกษา กรอกไม่ครบ ส่งnull
This commit is contained in:
parent
96e463009f
commit
31bae57750
2 changed files with 36 additions and 27 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue