- StoreExt.StoreMaps与CourierMaps改为[]map[string]interface{}
This commit is contained in:
@@ -43,8 +43,8 @@ type StoreExt struct {
|
||||
DistrictName string `json:"districtName"`
|
||||
StoreMapStr string `json:"-"`
|
||||
CourierMapStr string `json:"-"`
|
||||
StoreMaps []interface{} `orm:"-"`
|
||||
CourierMaps []interface{} `orm:"-"`
|
||||
StoreMaps []map[string]interface{} `orm:"-"`
|
||||
CourierMaps []map[string]interface{} `orm:"-"`
|
||||
|
||||
OrderCount int `json:"orderCount"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user