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;
|
legalPersonNo: string;
|
||||||
name: string;
|
name: string;
|
||||||
nameEN: string;
|
nameEN: string;
|
||||||
|
code: string;
|
||||||
customerId: string;
|
customerId: string;
|
||||||
taxNo: string;
|
taxNo: string;
|
||||||
registerName: string;
|
registerName: string;
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ export type EmployeeOther = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EmployeeOtherCreate = {
|
export type EmployeeOtherCreate = {
|
||||||
birthPlace?: string;
|
motherBirthPlace?: string;
|
||||||
motherLastNameEN?: string;
|
motherLastNameEN?: string;
|
||||||
motherFirstNameEN?: string;
|
motherFirstNameEN?: string;
|
||||||
fatherLastNameEN?: string;
|
fatherLastNameEN?: string;
|
||||||
|
|
@ -209,5 +209,6 @@ export type EmployeeOtherCreate = {
|
||||||
motherFirstName?: string;
|
motherFirstName?: string;
|
||||||
fatherLastName?: string;
|
fatherLastName?: string;
|
||||||
fatherFirstName?: string;
|
fatherFirstName?: string;
|
||||||
|
fatherBirthPlace?: string;
|
||||||
citizenId?: string;
|
citizenId?: string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue