diff --git a/supply/data/count.go b/supply/data/count.go index be7b9d8..a2a46e0 100644 --- a/supply/data/count.go +++ b/supply/data/count.go @@ -17,7 +17,7 @@ type ArgsCountSource struct { type ReplySourceItem struct { SourceName string `json:"sourceName"` // 供应渠道 ProduceTotalPrice decimal.Decimal `json:"produceTotalPrice"` // 采购总金额 - ProduceFreightFee decimal.Decimal `json:"ProduceFreightFee"` // 采购应付运费 + ProduceFreightFee decimal.Decimal `json:"produceFreightFee"` // 采购应付运费 ProducePrice decimal.Decimal `json:"producePrice"` // 采购合计金额 SaleTotalPrice decimal.Decimal `json:"saleTotalPrice"` // 销售总金额 SaleFreightFee decimal.Decimal `json:"saleFreightFee"` // 销售应收运费