refactor: แก้ i18n

This commit is contained in:
Net 2024-07-05 13:17:59 +07:00
parent 33bab7efb1
commit a600e52b08
2 changed files with 4 additions and 2 deletions

View file

@ -63,7 +63,7 @@ export type CustomerBranch = {
export type CustomerBranchCreate = {
code?: string;
branchNo: number;
branchNo?: number;
address: string;
addressEN: string;
provinceId?: string | null;