|
@@ -58,11 +58,13 @@ public class IncrementOrderVo {
|
|
@ExcelProperty("权益类型")
|
|
@ExcelProperty("权益类型")
|
|
private String memberLevels;
|
|
private String memberLevels;
|
|
|
|
|
|
- @ExcelProperty("币种")
|
|
|
|
- private String currencySymbol; //订单金额
|
|
|
|
|
|
+
|
|
@ExcelProperty("订单金额")
|
|
@ExcelProperty("订单金额")
|
|
private BigDecimal amount; //订单金额
|
|
private BigDecimal amount; //订单金额
|
|
|
|
|
|
|
|
+ @ExcelProperty("币种")
|
|
|
|
+ private String currencySymbol; //订单金额
|
|
|
|
+
|
|
@ExcelProperty("数量")
|
|
@ExcelProperty("数量")
|
|
private BigDecimal count; //数量
|
|
private BigDecimal count; //数量
|
|
|
|
|