This commit is contained in:
苏尹岚
2020-09-29 10:58:01 +08:00
parent e33dd48728
commit 7f6681beb3
3 changed files with 7 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ type GoodsOrderExt struct {
ShopSumPrice int64 `json:"shopSumPrice"`
AvgPrice int64 `json:"avgPrice"`
BadCommentCount int `json:"badCommentCount"`
FloatLng float64 `json:"floatLng"`
FloatLat float64 `json:"floatLat"`
}
type OrderSkuExt struct {