diff --git a/erp/sale/benefit.go b/erp/sale/benefit.go index d939bb9..c321059 100644 --- a/erp/sale/benefit.go +++ b/erp/sale/benefit.go @@ -67,6 +67,7 @@ type ReplyBenefitInfo struct { DomesticShippingCost decimal.Decimal `json:"domesticShippingCost"` DocumentCost decimal.Decimal `json:"documentCost"` OtherCost decimal.Decimal `json:"otherCost"` + CompanyCost decimal.Decimal `json:"companyCost"` TotalSaleAmount decimal.Decimal `json:"totalSaleAmount"` ForeignShippingCost decimal.Decimal `json:"foreignShippingCost"` BankFees decimal.Decimal `json:"bankFees"` @@ -97,6 +98,7 @@ type ArgsBenefitEdit struct { SaleId int64 // 销售合同 DomesticShippingCost decimal.Decimal // 国内运杂费 DocumentCost decimal.Decimal // 单证费 + CompanyCost decimal.Decimal // 其他费用 TotalSaleAmount decimal.Decimal // 出口总价 ForeignShippingCost decimal.Decimal // 国外运杂费 BankFees decimal.Decimal // 银行手续费