fix(01): code form & i18n

This commit is contained in:
puriphatt 2024-08-07 10:08:45 +00:00
parent c25cede70b
commit 68cc429b2e
9 changed files with 207 additions and 139 deletions

View file

@ -51,6 +51,7 @@ export type Branch = {
export type BranchWithChildren = Branch & { branch: Branch[] };
export type BranchCreate = {
code?: string;
taxNo: string;
nameEN: string;
name: string;