ปรับหน้ารายละเอียดของผู้สอบผ่าน เเก้เป็นส่ง name แทน id

This commit is contained in:
STW_TTTY\stwtt 2024-05-16 15:43:18 +07:00
parent 507c94b955
commit 15738c7668
6 changed files with 33 additions and 27 deletions

View file

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