การฝึกอบรม/ดูงาน

เอา error ออก
This commit is contained in:
setthawutttty 2024-02-19 13:23:10 +07:00
parent 8568ac8fce
commit 25fe78fe33
2 changed files with 80 additions and 95 deletions

View file

@ -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;
}