|
|
|
@ -73,13 +73,14 @@ namespace DS.WMS.Core.Fee.Method
|
|
|
|
|
FeeId = f.FeeId,
|
|
|
|
|
FeeName = f.FeeName,
|
|
|
|
|
Currency = f.Currency,
|
|
|
|
|
Amount = f.Amount,
|
|
|
|
|
ExchangeRate = f.ExchangeRate,
|
|
|
|
|
Amount = f.Amount,
|
|
|
|
|
OrderAmount = f.OrderAmount,
|
|
|
|
|
InvoiceAmount = f.InvoiceAmount,
|
|
|
|
|
SettlementAmount = f.SettlementAmount,
|
|
|
|
|
OrderSettlementAmount = f.OrderSettlementAmount,
|
|
|
|
|
OrderInvSettlementAmount = f.OrderInvSettlementAmount,
|
|
|
|
|
OrderInvoiceAmount = f.OrderInvoiceAmount,
|
|
|
|
|
TaxRate = f.TaxRate,
|
|
|
|
|
AccTaxRate = f.AccTaxRate,
|
|
|
|
|
IsDebit = f.IsDebit,
|
|
|
|
|