diff --git a/erp/receivable.go b/erp/receivable.go index 303cfa3..79e961b 100644 --- a/erp/receivable.go +++ b/erp/receivable.go @@ -143,8 +143,11 @@ func (r *receivable) Info(ctx context.Context, receivableId int64) (reply ReplyR } type ArgsReceivableEdit struct { - ReceivableId int64 // 应收单ID - BusinessDate *time.Time // 业务日期 + ReceivableId int64 // 应收单ID + BusinessDate *time.Time // 业务日期 + DomesticShippingCost decimal.Decimal // 国内运费 + ForeignShippingCost decimal.Decimal // 国外运费 + ForeignCommission decimal.Decimal // 国外佣金 } // Edit @TITLE 修改