城市商品销量统计-修复问题

This commit is contained in:
Rosy-zhudan
2019-09-20 11:12:18 +08:00
parent 201411d325
commit 62d941d3f7
2 changed files with 19 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ package model
type StoreSkuSales struct {
SkuID int `json:"skuID"`
SkuName string `json:"skuName"`
SkuImage string `json:"skuImage"`
SkuPrice string `json:"skuPrice"`
SkuAvgPrice string `json:"skuAvgPrice"`
BadCommentCnt int `json:"badCommentCnt"`