修改门店评分相关

This commit is contained in:
Rosy-zhudan
2019-09-09 10:55:27 +08:00
parent b82327cefa
commit 4822f7741f
5 changed files with 75 additions and 54 deletions

View File

@@ -26,4 +26,5 @@ type WeeklyStoreScore struct {
EndTime time.Time `json:"endTime"`
TotalScore int `json:"totalScore"`
ItemTotalScore int `json:"itemTotalScore"`
Level int `json:"level"`
}