ui เพิ่มการตรวจสอบข้อมูลกับกรมการปกครอง ในหน้ารายละเอียดผู้สอบบรรจุ
This commit is contained in:
parent
56ebe0c1ee
commit
282815cf33
8 changed files with 1508 additions and 4 deletions
|
|
@ -147,10 +147,10 @@ interface Address {
|
|||
}
|
||||
|
||||
interface AddressData {
|
||||
subDistrictId: any;
|
||||
subDistrictId: string;
|
||||
zipCode: string;
|
||||
districtId: any;
|
||||
provinceId: any;
|
||||
districtId: string;
|
||||
provinceId: string;
|
||||
}
|
||||
|
||||
interface Certificate {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue