fix: แก้ type taxNo

This commit is contained in:
Net 2024-04-24 09:18:20 +07:00
parent 297f11920b
commit bd9eeb4c8c

View file

@ -21,7 +21,7 @@ export type CustomerBranchCreate = {
legalPersonNo: string;
taxNo: string;
taxNo?: string | null;
name: string;
nameEN: string;
addressEN: string;