ปรับหน้าขอแก้ไขข้อมูลทะเบียนประวัติ
This commit is contained in:
parent
d44cc0d477
commit
c6acb3e2b8
9 changed files with 131 additions and 324 deletions
|
|
@ -27,18 +27,18 @@ interface DataPerson {
|
|||
}
|
||||
|
||||
interface DataRequest {
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdAt: string|Date;
|
||||
createdFullName?: string;
|
||||
detail: string;
|
||||
fullname: string;
|
||||
id: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdatedAt: string;
|
||||
remark: string;
|
||||
lastUpdateFullName?: string;
|
||||
lastUpdatedAt?: string;
|
||||
remark?: string;
|
||||
status: string;
|
||||
topic: string;
|
||||
profileId?: string;
|
||||
idcard?: string;
|
||||
citizenId: string;
|
||||
}
|
||||
|
||||
interface DataProfile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue