ui เพิ่มการตรวจสอบข้อมูลกับกรมการปกครอง ในหน้ารายละเอียดผู้สอบบรรจุ

This commit is contained in:
STW_TTTY\stwtt 2024-10-02 12:57:08 +07:00
parent 56ebe0c1ee
commit 282815cf33
8 changed files with 1508 additions and 4 deletions

View file

@ -147,10 +147,10 @@ interface Address {
}
interface AddressData {
subDistrictId: any;
subDistrictId: string;
zipCode: string;
districtId: any;
provinceId: any;
districtId: string;
provinceId: string;
}
interface Certificate {