refactor: remove customer name
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
fe2860d818
commit
e19d3f05f1
9 changed files with 3 additions and 27 deletions
|
|
@ -72,7 +72,6 @@ export type CustomerBranch = {
|
|||
namePrefix: string;
|
||||
telephoneNo: string;
|
||||
codeCustomer: string;
|
||||
customerName: string;
|
||||
updatedByUserId: string;
|
||||
createdByUserId: string;
|
||||
code: string;
|
||||
|
|
@ -135,7 +134,6 @@ export type CustomerBranchCreate = {
|
|||
officeTel?: string;
|
||||
agentUserId?: string;
|
||||
status: Status;
|
||||
customerName?: string;
|
||||
registerName?: string;
|
||||
registerNameEN?: string;
|
||||
registerDate?: string | Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue