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;
|
||||
jobDescription: string;
|
||||
jobPosition: string;
|
||||
businessType: string;
|
||||
businessTypeId: string;
|
||||
businessType?: {
|
||||
id: string;
|
||||
name: string;
|
||||
nameEN: string;
|
||||
};
|
||||
contactName: string;
|
||||
officeTel: string;
|
||||
contactTel: string;
|
||||
|
|
@ -80,7 +85,6 @@ export type CustomerBranchRelation = {
|
|||
namePrefix: string;
|
||||
telephoneNo: string;
|
||||
codeCustomer: string;
|
||||
customerName: string;
|
||||
updatedByUserId: string;
|
||||
createdByUserId: string;
|
||||
code: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue