1
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
package model
|
package model
|
||||||
|
|
||||||
type JxSettlementInfo struct {
|
type JxSettlementInfo struct {
|
||||||
StoreID int `json:"jx_store_id"` // jx门店ID
|
JxStoreId int `json:"jx_store_id"` // jx门店ID
|
||||||
Name string `json:"name"` // 门店名称
|
Name string `json:"name"` // 门店名称
|
||||||
BrandId int `json:"brand_id"` // 品牌ID
|
BrandId int `json:"brand_id"` // 品牌ID
|
||||||
BrandName string `json:"brand_name"` // 品牌名称
|
BrandName string `json:"brand_name"` // 品牌名称
|
||||||
MtStoreID string `json:"mt_store_id"` // 美团平台ID
|
MtStoreId string `json:"mt_store_id"` // 美团平台ID
|
||||||
JdStoreId string `json:"jd_store_id"` // 京东平台ID
|
JdStoreId string `json:"jd_store_id"` // 京东平台ID
|
||||||
SgStoreId string `json:"sg_store_id"` // 闪购平台ID
|
SgStoreId string `json:"sg_store_id"` // 闪购平台ID
|
||||||
CityName string `json:"city_name"` // 市
|
CityName string `json:"city_name"` // 市
|
||||||
@@ -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"` // 市
|
||||||
StoreID int `json:"jx_store_id"` // jx门店ID
|
JxStoreID int `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