|
@@ -56,8 +56,6 @@ type VipSimpleMsg struct {
|
|
//Id string `json:"_id"` //mgo id
|
|
//Id string `json:"_id"` //mgo id
|
|
Area *map[string]interface{} `json:"area"` //地区
|
|
Area *map[string]interface{} `json:"area"` //地区
|
|
Industry []string `json:"industry"` //行业
|
|
Industry []string `json:"industry"` //行业
|
|
- Addarea *map[string]interface{} `json:"addarea"` //新增订阅地区
|
|
|
|
- Addindustry []string `json:"addindustry"` //新增订阅行业
|
|
|
|
Addareacount *map[string]interface{} `json:"addareacount"` //新增购买区域数量
|
|
Addareacount *map[string]interface{} `json:"addareacount"` //新增购买区域数量
|
|
Addbuyerclasscount int `json:"addbuyerclasscount"` //新增行业数量
|
|
Addbuyerclasscount int `json:"addbuyerclasscount"` //新增行业数量
|
|
Cyclecount int `json:"cyclecount"` //日期数量
|
|
Cyclecount int `json:"cyclecount"` //日期数量
|