This commit is contained in:
suyl
2021-06-04 16:04:26 +08:00
parent 4fa827cbc3
commit 2688ec472c

View File

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