ลาไปศึกษา

This commit is contained in:
setthawutttty 2023-11-08 17:17:05 +07:00
parent ddbcb40488
commit 2ebfacdbc1
4 changed files with 524 additions and 33 deletions

View file

@ -46,9 +46,27 @@ interface FormRef08 {
atPlace:object|null
[key: string]: any;
}
interface FormRef09 {
dateLeaveStart:object|null
dateLeaveEnd:object|null
birthday:object|null
dateGovernment:object|null
saraly:object|null
tel:object|null
addressLeave:object|null
capital:object|null
country:object|null
nameEducation:object|null
degree:object|null
study:object|null
file:object|null
writeat:object|null
[key: string]: any;
}
export type {
FormData,
FormRef06,
FormRef07,
FormRef08,
FormRef09
}