fix(03): employee customer

This commit is contained in:
puriphatt 2024-09-27 10:58:16 +07:00
parent f8c991393f
commit 2254218039
3 changed files with 68 additions and 44 deletions

View file

@ -76,6 +76,8 @@ export type CustomerBranch = {
customerId: string;
id: string;
customer: Customer;
status: Status;
createdBy: string | null;
createdAt: string;