From ea5db5062ef91f3390c47cdb297839b7257e60d6 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 18 Jul 2023 14:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=94=E5=9B=9E=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/data/count.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` // 销售应收运费