1
This commit is contained in:
@@ -34,7 +34,7 @@ type JxSettlementInfo struct {
|
|||||||
// SettlementByCityCode 根据城市统计
|
// SettlementByCityCode 根据城市统计
|
||||||
type SettlementByCityCode struct {
|
type SettlementByCityCode struct {
|
||||||
CityName string `json:"city_name"` // 市
|
CityName string `json:"city_name"` // 市
|
||||||
JxStoreID int `json:"jx_store_id"` // jx门店ID
|
JxStoreID int64 `json:"jx_store_id"` // jx门店ID
|
||||||
BrandId int `json:"brand_id"` // 品牌ID
|
BrandId int `json:"brand_id"` // 品牌ID
|
||||||
UserName string `json:"user_name"` // 名称
|
UserName string `json:"user_name"` // 名称
|
||||||
Mobile string `json:"mobile"` // 电话
|
Mobile string `json:"mobile"` // 电话
|
||||||
|
|||||||
Reference in New Issue
Block a user