refactor: full address on table

This commit is contained in:
puriphatt 2024-09-18 14:29:32 +07:00
parent 286fe5bd31
commit d142991eb0
4 changed files with 112 additions and 20 deletions

View file

@ -41,6 +41,12 @@ export type Branch = {
provinceId: string | null;
addressEN: string;
address: string;
moo?: string;
mooEN?: string;
soi?: string;
soiEN?: string;
street?: string;
streetEN?: string;
nameEN: string;
name: string;
taxNo: string;
@ -70,6 +76,12 @@ export type BranchCreate = {
name: string;
addressEN: string;
address: string;
moo?: string;
mooEN?: string;
soi?: string;
soiEN?: string;
street?: string;
streetEN?: string;
zipCode: string;
email: string;
longitude: string;