ราชการฯที่ได้รับทุนการศึกษา => status

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-10 11:09:52 +07:00
parent ec36ffe6ba
commit 9591eed2f8
3 changed files with 7 additions and 18 deletions

View file

@ -62,6 +62,7 @@ interface DataSholarship {
studyAbroadStartDate: Date | null; //วันเริ่มต้นการศึกษาดูงานต่างประเทศ
studyAbroadEndDate: Date | null; //วันสิ้นสุดการศึกษาดูงานต่างประเทศ
totalPeriod: string; //รวมระยะเวลาในการศึกษา/รวมระยะเวลาในการฝึกอบรม
status: string;
}
export type { DataSholarship, ListSholarship };