fix(03): employee customer
This commit is contained in:
parent
f8c991393f
commit
2254218039
3 changed files with 68 additions and 44 deletions
|
|
@ -76,6 +76,8 @@ export type CustomerBranch = {
|
|||
customerId: string;
|
||||
id: string;
|
||||
|
||||
customer: Customer;
|
||||
|
||||
status: Status;
|
||||
createdBy: string | null;
|
||||
createdAt: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue