fix: ลบ code ออก

This commit is contained in:
Net 2024-04-09 13:08:06 +07:00
parent 3ae97b2f23
commit 00bca26038
2 changed files with 0 additions and 4 deletions

View file

@ -25,12 +25,10 @@ export type Branch = {
nameEN: string;
name: string;
taxNo: string;
code: string;
id: string;
};
export type BranchCreate = {
code: string;
taxNo: string;
nameEN: string;
name: string;