fix: type

This commit is contained in:
puriphatt 2024-06-11 12:27:15 +00:00
parent e48946d4e7
commit 12a5f618bb
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ export type CustomerBranch = {
legalPersonNo: string;
name: string;
nameEN: string;
code: string;
customerId: string;
taxNo: string;
registerName: string;