This commit is contained in:
suyl
2021-06-04 14:59:37 +08:00
parent 8c222ece76
commit 58b4ea5856
2 changed files with 16 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ type GoodsOrderExt struct {
ShopSumPrice int64 `json:"shopSumPrice"`
AvgPrice int64 `json:"avgPrice"`
BadCommentCount int `json:"badCommentCount"`
JxIncome int `json:"jxIncome"` //预计收益
FloatLng float64 `json:"floatLng"`
FloatLat float64 `json:"floatLat"`