forked from free-lancers/electricity_bill_calc_service
enhance(tenement):基本完成商户部分功能的数据库交互。
This commit is contained in:
16
vo/tenement.go
Normal file
16
vo/tenement.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package vo
|
||||
|
||||
type TenementCreationForm struct {
|
||||
Name string `json:"name"`
|
||||
ShortName *string `json:"shortName"`
|
||||
Address string `json:"address"`
|
||||
Contact string `json:"contact"`
|
||||
Phone string `json:"phone"`
|
||||
Building *string `json:"building"`
|
||||
OnFloor *string `json:"onFloor"`
|
||||
USCI string `json:"usci"`
|
||||
InvoiceAddress *string `json:"invoiceAddress"`
|
||||
InvoicePhone *string `json:"invoicePhone"`
|
||||
Bank *string `json:"bank"`
|
||||
Account *string `json:"bankAccount"`
|
||||
}
|
Reference in New Issue
Block a user