门店红线警告
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user