得到门店总分排名
This commit is contained in:
@@ -49,6 +49,13 @@ type WeeklyStoreScore struct {
|
||||
Level int `json:"level"`
|
||||
}
|
||||
|
||||
type StoreTotalScore struct {
|
||||
StoreID int `orm:"column(store_id)" json:"storeID"`
|
||||
StoreName string `orm:"column(store_name)" json:"storeName"`
|
||||
StoreScore int `orm:"column(store_score)" json:"storeScore"`
|
||||
CityName string `orm:"column(city_name)" json:"cityName"`
|
||||
}
|
||||
|
||||
type StoreCount struct {
|
||||
StoreID int `orm:"column(store_id)"`
|
||||
Count int
|
||||
|
||||
Reference in New Issue
Block a user