ทะเบียนการศึกษา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-11 11:49:39 +07:00
parent e5b9299ee9
commit 7ba90f5708
2 changed files with 53 additions and 1 deletions

View file

@ -8,6 +8,7 @@ interface RequestItemsObject {
startDate: Date;
endDate: Date;
isEducation: boolean | null;
isHigh: boolean | null;
degree: string;
field: string;
fundName: string;