1
This commit is contained in:
@@ -44,7 +44,7 @@ type SettlementByCityCode struct {
|
||||
TotalDesiredFee int `json:"total_desired_fee"` // 总运费
|
||||
JxIncome float64 `json:"jx_income"` // 京西收益
|
||||
MarketIncome float64 `json:"market_income"` // 市场收益
|
||||
StoreInCome float64 `json:"store_income"` // 门店收入
|
||||
StoreInCome float64 `json:"store_income" orm:"column(store_income)"` // 门店收入
|
||||
TotalShopMoney int `json:"total_shop_money"` // 平台结算金额
|
||||
PlatformIncome float64 `json:"platform_income"` // 平台收益
|
||||
RefundMoney int `json:"refund_money"` // 订单售后金额
|
||||
|
||||
Reference in New Issue
Block a user