This commit is contained in:
parent
ef778d7c15
commit
6bbb577494
1 changed files with 6 additions and 2 deletions
|
|
@ -44,7 +44,12 @@ export type CustomerBranchRelation = {
|
||||||
payDate: string;
|
payDate: string;
|
||||||
jobDescription: string;
|
jobDescription: string;
|
||||||
jobPosition: string;
|
jobPosition: string;
|
||||||
businessType: string;
|
businessTypeId: string;
|
||||||
|
businessType?: {
|
||||||
|
id: string;
|
||||||
|
name: string;
|
||||||
|
nameEN: string;
|
||||||
|
};
|
||||||
contactName: string;
|
contactName: string;
|
||||||
officeTel: string;
|
officeTel: string;
|
||||||
contactTel: string;
|
contactTel: string;
|
||||||
|
|
@ -80,7 +85,6 @@ export type CustomerBranchRelation = {
|
||||||
namePrefix: string;
|
namePrefix: string;
|
||||||
telephoneNo: string;
|
telephoneNo: string;
|
||||||
codeCustomer: string;
|
codeCustomer: string;
|
||||||
customerName: string;
|
|
||||||
updatedByUserId: string;
|
updatedByUserId: string;
|
||||||
createdByUserId: string;
|
createdByUserId: string;
|
||||||
code: string;
|
code: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue