门店评分-优化数据读取速度
This commit is contained in:
@@ -47,3 +47,8 @@ type WeeklyStoreScore struct {
|
||||
ItemTotalScore int `json:"itemTotalScore"`
|
||||
Level int `json:"level"`
|
||||
}
|
||||
|
||||
type StoreCount struct {
|
||||
StoreID int `orm:"column(store_id)"`
|
||||
Count int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user