fix: education placement ปีเริ่ม-สิ้นสุดการศึกษา
This commit is contained in:
parent
3f318941ab
commit
f5c09829b8
2 changed files with 43 additions and 21 deletions
|
|
@ -22,8 +22,8 @@ interface RequestItemsObject {
|
|||
other: string;
|
||||
fundName: string;
|
||||
finishDate: Date;
|
||||
startDate: number;
|
||||
endDate: number;
|
||||
startDate: number | null;
|
||||
endDate: number | null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
isDate: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue