refactor:header registered branch

This commit is contained in:
Thanaphon Frappet 2024-09-30 10:55:48 +07:00
parent c76dd473bb
commit 2fbf4edf36
3 changed files with 25 additions and 3 deletions

View file

@ -196,6 +196,7 @@ export type ProductGroup = {
remark: string;
status: Status;
registeredBranchId: string;
registeredBranch: { id: string; name: string };
createdBy: CreatedBy;
createdAt: string;
updatedBy: UpdatedBy;