forked from free-lancers/electricity_bill_calc_service
fix(tenement):修正列举商户时的迁入迁出条件筛选。
This commit is contained in:
@@ -25,8 +25,8 @@ type TenementQueryResponse struct {
|
||||
FullName string `json:"fullName"`
|
||||
ShortName *string `json:"shortName"`
|
||||
Address *string `json:"address"`
|
||||
Contact *string `json:"contact"`
|
||||
Phone *string `json:"phone"`
|
||||
Contact *string `json:"contact" copier:"ContactName"`
|
||||
Phone *string `json:"phone" copier:"ContactPhone"`
|
||||
Building *string `json:"building"`
|
||||
BuildingName *string `json:"buildingName"`
|
||||
OnFloor *string `json:"onFloor"`
|
||||
|
Reference in New Issue
Block a user