|
|
@ -139,7 +139,7 @@ public class QuoteDetail { |
|
|
|
|
|
|
|
|
private String currency1;// 币种1 |
|
|
private String currency1;// 币种1 |
|
|
|
|
|
|
|
|
private BigDecimal exchangeRate1;// 兑换率1 |
|
|
|
|
|
|
|
|
private BigDecimal exchangeRate1;// 兑换率1 被当作其他税率使用 |
|
|
|
|
|
|
|
|
private String currency2; // 币种2 |
|
|
private String currency2; // 币种2 |
|
|
|
|
|
|
|
|
@ -153,7 +153,7 @@ public class QuoteDetail { |
|
|
|
|
|
|
|
|
private BigDecimal quoteCurrencyTotalCost1; |
|
|
private BigDecimal quoteCurrencyTotalCost1; |
|
|
|
|
|
|
|
|
private BigDecimal quoteCurrencyTotalCost2; |
|
|
|
|
|
|
|
|
private BigDecimal quoteCurrencyTotalCost2;// 被当作含税单价 |
|
|
|
|
|
|
|
|
private BigDecimal testCost; |
|
|
private BigDecimal testCost; |
|
|
|
|
|
|
|
|
|