ทะเบียนประวัติ =>
This commit is contained in:
parent
8b12e131bc
commit
b27e8fb46f
3 changed files with 23 additions and 8 deletions
|
|
@ -1,4 +1,6 @@
|
|||
interface ResponseObject {
|
||||
avatar: null | string;
|
||||
avatarName: null | string;
|
||||
birthDate: Date | null;
|
||||
bloodGroup: string | null;
|
||||
citizenId: string;
|
||||
|
|
@ -26,7 +28,7 @@ interface ResponseObject {
|
|||
posTypeId: string | null;
|
||||
position: string | null;
|
||||
prefix: string;
|
||||
rank: string | null
|
||||
rank: string | null;
|
||||
relationship: string | null;
|
||||
religion: string | null;
|
||||
telephoneNumber: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue