แก้ไขนามสกุลเดิมแม่
This commit is contained in:
parent
ff6b246143
commit
7efe5261b8
2 changed files with 6 additions and 3 deletions
|
|
@ -89,6 +89,7 @@ export type CreateProfileFamilyMother = {
|
|||
motherPrefix: string | null;
|
||||
motherFirstName: string | null;
|
||||
motherLastName: string | null;
|
||||
motherLastNameOld: string | null;
|
||||
motherCareer: string | null;
|
||||
motherCitizenId: string | null;
|
||||
motherLive: boolean | null;
|
||||
|
|
@ -99,6 +100,7 @@ export type CreateProfileEmployeeFamilyMother = {
|
|||
motherPrefix: string | null;
|
||||
motherFirstName: string | null;
|
||||
motherLastName: string | null;
|
||||
motherLastNameOld: string | null;
|
||||
motherCareer: string | null;
|
||||
motherCitizenId: string | null;
|
||||
motherLive: boolean | null;
|
||||
|
|
@ -108,6 +110,7 @@ export type UpdateProfileFamilyMother = {
|
|||
motherPrefix: string | null;
|
||||
motherFirstName: string | null;
|
||||
motherLastName: string | null;
|
||||
motherLastNameOld: string | null;
|
||||
motherCareer: string | null;
|
||||
motherCitizenId: string | null;
|
||||
motherLive: boolean | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue