ลาไปศึกษา
This commit is contained in:
parent
ddbcb40488
commit
2ebfacdbc1
4 changed files with 524 additions and 33 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue