refactor: แก้ i18n
This commit is contained in:
parent
33bab7efb1
commit
a600e52b08
2 changed files with 4 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ export type CustomerBranch = {
|
|||
|
||||
export type CustomerBranchCreate = {
|
||||
code?: string;
|
||||
branchNo: number;
|
||||
branchNo?: number;
|
||||
address: string;
|
||||
addressEN: string;
|
||||
provinceId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue