fix: type
This commit is contained in:
parent
e48946d4e7
commit
12a5f618bb
2 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ export type CustomerBranch = {
|
|||
legalPersonNo: string;
|
||||
name: string;
|
||||
nameEN: string;
|
||||
code: string;
|
||||
customerId: string;
|
||||
taxNo: string;
|
||||
registerName: string;
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ export type EmployeeOther = {
|
|||
};
|
||||
|
||||
export type EmployeeOtherCreate = {
|
||||
birthPlace?: string;
|
||||
motherBirthPlace?: string;
|
||||
motherLastNameEN?: string;
|
||||
motherFirstNameEN?: string;
|
||||
fatherLastNameEN?: string;
|
||||
|
|
@ -209,5 +209,6 @@ export type EmployeeOtherCreate = {
|
|||
motherFirstName?: string;
|
||||
fatherLastName?: string;
|
||||
fatherFirstName?: string;
|
||||
fatherBirthPlace?: string;
|
||||
citizenId?: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue