แก้ไขประวัติการศึกษา
This commit is contained in:
parent
d6545569d9
commit
8f81cb2c32
3 changed files with 25 additions and 24 deletions
|
|
@ -20,7 +20,7 @@ interface RequestItemsObject {
|
|||
other: string;
|
||||
fundName: string;
|
||||
isDate: string | null;
|
||||
finishDate: Date;
|
||||
finishDate: Date | null;
|
||||
startDate: number;
|
||||
endDate: number;
|
||||
startDate2: Date;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ interface ResponseObject {
|
|||
other: string;
|
||||
fundName: string;
|
||||
isDate: string | null;
|
||||
finishDate: Date;
|
||||
finishDate: Date | null | string;
|
||||
startDate: number;
|
||||
endDate: number;
|
||||
startDate2: Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue