门店红线警告

This commit is contained in:
Rosy-zhudan
2019-09-27 10:36:34 +08:00
parent 326990cd18
commit a7b2dc3abd
9 changed files with 540 additions and 21 deletions

View File

@@ -56,6 +56,11 @@ type StoreTotalScore struct {
CityName string `orm:"column(city_name)" json:"cityName"`
}
type StoreTotalScoreEx struct {
StoreTotalScoreList []*StoreTotalScore `json:"storeTotalScoreList"`
TotalCount int `json:"totalCount"`
}
type StoreCount struct {
StoreID int `orm:"column(store_id)"`
Count int