การฝึกอบรม/ดูงาน
เอา error ออก
This commit is contained in:
parent
8568ac8fce
commit
25fe78fe33
2 changed files with 80 additions and 95 deletions
|
|
@ -15,10 +15,10 @@ interface RequestItemsObject {
|
|||
department: string;
|
||||
numberOrder: string;
|
||||
dateOrder: Date;
|
||||
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