ลาเข้ารับการตรวจเลือกหรือเข้ารับการเตรียมพล
This commit is contained in:
parent
b44a15f69b
commit
4da85e5667
4 changed files with 708 additions and 82 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue