refactor: full address on table
This commit is contained in:
parent
286fe5bd31
commit
d142991eb0
4 changed files with 112 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue