ขออัปเดตข้อมูลจากกรมการปกครอง
This commit is contained in:
parent
189347832c
commit
c49d222a3f
10 changed files with 2155 additions and 14 deletions
|
|
@ -11,4 +11,17 @@ interface RequestObject {
|
|||
registrationAddress: string | null;
|
||||
}
|
||||
|
||||
export type { RequestObject };
|
||||
interface RequestAddressObject {
|
||||
currentZipCode: string | null;
|
||||
currentSubDistrictId: string | null;
|
||||
currentDistrictId: string | null;
|
||||
currentProvinceId: string | null;
|
||||
currentAddress: string | null;
|
||||
registrationZipCode: string | null;
|
||||
registrationSubDistrictId: string | null;
|
||||
registrationDistrictId: string | null;
|
||||
registrationProvinceId: string | null;
|
||||
registrationAddress: string | null;
|
||||
}
|
||||
|
||||
export type { RequestObject ,RequestAddressObject};
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ interface DateRequest {
|
|||
remark: string;
|
||||
status: string;
|
||||
topic: string;
|
||||
profileId?: string;
|
||||
idcard?: string;
|
||||
}
|
||||
|
||||
interface DataProfile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue