This commit is contained in:
邹宗楠
2026-01-09 09:24:31 +08:00
parent 89724aaf37
commit 518a23c71d

View File

@@ -44,7 +44,7 @@ type SettlementByCityCode struct {
TotalDesiredFee int `json:"total_desired_fee"` // 总运费 TotalDesiredFee int `json:"total_desired_fee"` // 总运费
JxIncome float64 `json:"jx_income"` // 京西收益 JxIncome float64 `json:"jx_income"` // 京西收益
MarketIncome float64 `json:"market_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"` // 平台结算金额 TotalShopMoney int `json:"total_shop_money"` // 平台结算金额
PlatformIncome float64 `json:"platform_income"` // 平台收益 PlatformIncome float64 `json:"platform_income"` // 平台收益
RefundMoney int `json:"refund_money"` // 订单售后金额 RefundMoney int `json:"refund_money"` // 订单售后金额