fix: education placement ปีเริ่ม-สิ้นสุดการศึกษา

This commit is contained in:
Warunee Tamkoo 2025-11-24 20:27:54 +07:00
parent 3f318941ab
commit f5c09829b8
2 changed files with 43 additions and 21 deletions

View file

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