|
@@ -27,29 +27,10 @@ public class IncrementOrderVo {
|
|
|
@ExcelProperty("用户账号")
|
|
|
private String userName; //用户账号
|
|
|
|
|
|
- @ExcelProperty("客户名称")
|
|
|
+ @ExcelIgnore
|
|
|
private String nickName; //昵称
|
|
|
|
|
|
- @ExcelProperty("订单金额")
|
|
|
- private BigDecimal amount; //订单金额
|
|
|
-
|
|
|
- @ExcelProperty("数量")
|
|
|
- private BigDecimal count; //数量
|
|
|
|
|
|
- @ExcelProperty("支付方式")
|
|
|
- private String payType; //支付方式 付款方式,0表示微信,1表示支付宝,2表示paypal,3表示其他,4表示货到付款
|
|
|
-
|
|
|
- @ExcelProperty("交易号")
|
|
|
- private String number; //交易号
|
|
|
-
|
|
|
- @ExcelProperty("付款状态")
|
|
|
- private String payStatus; //付款状态(状态,0或-1表示未付款,-2表示已退款,1表示已付款
|
|
|
-
|
|
|
- @ExcelIgnore
|
|
|
- private Integer timeZoneOff;
|
|
|
-
|
|
|
- @ExcelProperty("权益类型")
|
|
|
- private String memberLevels;
|
|
|
|
|
|
@ExcelProperty("客户名称")
|
|
|
private String customerName;
|
|
@@ -66,14 +47,41 @@ public class IncrementOrderVo {
|
|
|
@ExcelProperty("终端客户")
|
|
|
private String endCustomer;
|
|
|
|
|
|
+ @ExcelProperty("经销商名称")
|
|
|
+ private String agentName;
|
|
|
+
|
|
|
@ExcelIgnore
|
|
|
private Integer useType;
|
|
|
|
|
|
@ExcelProperty("使用类型")
|
|
|
private String useTypeStr;
|
|
|
|
|
|
- @ExcelProperty("经销商名称")
|
|
|
- private String agentName;
|
|
|
+ @ExcelProperty("权益类型")
|
|
|
+ private String memberLevels;
|
|
|
+
|
|
|
+ @ExcelProperty("订单金额")
|
|
|
+ private BigDecimal amount; //订单金额
|
|
|
+
|
|
|
+ @ExcelProperty("数量")
|
|
|
+ private BigDecimal count; //数量
|
|
|
+
|
|
|
+ @ExcelProperty("支付方式")
|
|
|
+ private String payType; //支付方式 付款方式,0表示微信,1表示支付宝,2表示paypal,3表示其他,4表示货到付款
|
|
|
+
|
|
|
+ @ExcelProperty("交易号")
|
|
|
+ private String number; //交易号
|
|
|
+
|
|
|
+ @ExcelProperty("付款状态")
|
|
|
+ private String payStatus; //付款状态(状态,0或-1表示未付款,-2表示已退款,1表示已付款
|
|
|
+
|
|
|
+ @ExcelIgnore
|
|
|
+ private Integer timeZoneOff;
|
|
|
+
|
|
|
+ @ExcelProperty("会员服务期限")
|
|
|
+ private String incrementTime;
|
|
|
+
|
|
|
+ @ExcelProperty("SN码")
|
|
|
+ private String snCode;
|
|
|
|
|
|
@ExcelProperty("充值方式")
|
|
|
private String payMethod;
|
|
@@ -90,11 +98,6 @@ public class IncrementOrderVo {
|
|
|
@ExcelIgnore
|
|
|
private Date incrementEndTime;
|
|
|
|
|
|
- @ExcelProperty("会员服务期限")
|
|
|
- private String incrementTime;
|
|
|
-
|
|
|
- @ExcelProperty("SN码")
|
|
|
- private String snCode;
|
|
|
|
|
|
public String getPayType() {
|
|
|
if(payType == null){
|