fix(01): code form & i18n
This commit is contained in:
parent
c25cede70b
commit
68cc429b2e
9 changed files with 207 additions and 139 deletions
|
|
@ -51,6 +51,7 @@ export type Branch = {
|
|||
export type BranchWithChildren = Branch & { branch: Branch[] };
|
||||
|
||||
export type BranchCreate = {
|
||||
code?: string;
|
||||
taxNo: string;
|
||||
nameEN: string;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue