门店评分-优化数据读取速度

This commit is contained in:
Rosy-zhudan
2019-09-12 15:36:39 +08:00
parent 86d35d58c5
commit 6b3b0bcd35
3 changed files with 139 additions and 97 deletions

View File

@@ -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
}