ลาเข้ารับการตรวจเลือกหรือเข้ารับการเตรียมพล

This commit is contained in:
setthawutttty 2023-11-08 15:30:31 +07:00
parent b44a15f69b
commit 4da85e5667
4 changed files with 708 additions and 82 deletions

View file

@ -26,7 +26,29 @@ interface FormRef06 {
addressBuddhist:object|null;
[key: string]: any;
}
interface FormRef07 {
file:object|null
writeat:object|null
government:object|null
dateLeaveStart:object|null
dateLeaveEnd:object|null
[key: string]: any;
}
interface FormRef08 {
dateLeaveStart:object|null
dateLeaveEnd:object|null
file:object|null
writeat:object|null
received:object|null
at:object|null
dateAt:object|null
admitted:object|null
atPlace:object|null
[key: string]: any;
}
export type {
FormData,
FormRef06
FormRef06,
FormRef07,
FormRef08,
}