fix: แก้ type taxNo
This commit is contained in:
parent
297f11920b
commit
bd9eeb4c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export type CustomerBranchCreate = {
|
||||||
|
|
||||||
legalPersonNo: string;
|
legalPersonNo: string;
|
||||||
|
|
||||||
taxNo: string;
|
taxNo?: string | null;
|
||||||
name: string;
|
name: string;
|
||||||
nameEN: string;
|
nameEN: string;
|
||||||
addressEN: string;
|
addressEN: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue