อุธร
This commit is contained in:
parent
f38b10becf
commit
fde1e9f7ce
4 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ interface MainList {
|
|||
fullname: string;
|
||||
citizenId: string;
|
||||
profileId: string;
|
||||
profileType?: string;
|
||||
lastUpdatedAt: Date;
|
||||
}
|
||||
|
||||
|
|
@ -48,6 +49,7 @@ interface EditDataList {
|
|||
fullname: string;
|
||||
citizenId: string;
|
||||
profileId: string;
|
||||
profileType?: string;
|
||||
oc: string;
|
||||
position: string;
|
||||
lastUpdatedAt: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue