ต่อapiคนสมัครกรอกข้อมูลสมัครสอบ
This commit is contained in:
parent
f74972e5ec
commit
b7a91fa326
16 changed files with 567 additions and 522 deletions
|
|
@ -77,25 +77,25 @@ interface Address {
|
|||
provinceId: string
|
||||
districtId: string
|
||||
subdistrictId: string
|
||||
code: number
|
||||
code?: number | null
|
||||
addressC: string
|
||||
provinceIdC: string
|
||||
districtIdC: string
|
||||
subdistrictIdC: string
|
||||
codeC: number
|
||||
codeC?: number | null
|
||||
same: string
|
||||
}
|
||||
|
||||
interface DataOption {
|
||||
id: string
|
||||
name: string
|
||||
zipCode?: string
|
||||
zipCode?: number | null
|
||||
}
|
||||
|
||||
interface zipCodeOption {
|
||||
id: string
|
||||
name: string
|
||||
zipCode: string
|
||||
zipCode: string | null
|
||||
}
|
||||
|
||||
interface ExamCard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue