fix: ลบ code ออก
This commit is contained in:
parent
3ae97b2f23
commit
00bca26038
2 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue