ทะเบียนประวัติ =>

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-21 11:17:26 +07:00
parent 8b12e131bc
commit b27e8fb46f
3 changed files with 23 additions and 8 deletions

View file

@ -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;