This commit is contained in:
邹宗楠
2025-09-28 14:03:06 +08:00
parent 209cd7e30d
commit 3702b709b7
4 changed files with 7 additions and 2 deletions

View File

@@ -154,4 +154,5 @@ type StatisticsIncomeInfo struct {
MarketIncome float64 `json:"market_income"`
OrderCount float64 `json:"order_count"` // 有效订单数
OrderSkuPrice float64 `json:"order_sku_price"` // 营业额(售卖价)
ServerFee float64 `json:"server_fee"` // 报价门店服务费
}