This commit is contained in:
suyl
2021-10-19 09:26:08 +08:00
parent 2a8015f740
commit bba0dc3d16
2 changed files with 4 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ type GoodsOrderExt struct {
BadCommentCount int `json:"badCommentCount"`
JxIncome int64 `json:"jxIncome"` //预计收益
StoreDayOrderCount int `json:"storeDayOrderCount"` //门店当天单量
BrandID int `orm:"column(brand_id)" json:"brandID"`
FloatLng float64 `json:"floatLng"`
FloatLat float64 `json:"floatLat"`