|
|
@ -17,7 +17,7 @@ type ArgsCountSource struct {
|
|
|
|
type ReplySourceItem struct {
|
|
|
|
type ReplySourceItem struct {
|
|
|
|
SourceName string `json:"sourceName"` // 供应渠道
|
|
|
|
SourceName string `json:"sourceName"` // 供应渠道
|
|
|
|
ProduceTotalPrice decimal.Decimal `json:"produceTotalPrice"` // 采购总金额
|
|
|
|
ProduceTotalPrice decimal.Decimal `json:"produceTotalPrice"` // 采购总金额
|
|
|
|
ProduceFreightFee decimal.Decimal `json:"ProduceFreightFee"` // 采购应付运费
|
|
|
|
ProduceFreightFee decimal.Decimal `json:"produceFreightFee"` // 采购应付运费
|
|
|
|
ProducePrice decimal.Decimal `json:"producePrice"` // 采购合计金额
|
|
|
|
ProducePrice decimal.Decimal `json:"producePrice"` // 采购合计金额
|
|
|
|
SaleTotalPrice decimal.Decimal `json:"saleTotalPrice"` // 销售总金额
|
|
|
|
SaleTotalPrice decimal.Decimal `json:"saleTotalPrice"` // 销售总金额
|
|
|
|
SaleFreightFee decimal.Decimal `json:"saleFreightFee"` // 销售应收运费
|
|
|
|
SaleFreightFee decimal.Decimal `json:"saleFreightFee"` // 销售应收运费
|
|
|
|