he2802 2 years ago
parent
commit
7a6aa31b74

+ 5 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/top/order/vo/TopOldOrderCompanyExportVo.java

@@ -48,14 +48,19 @@ public class TopOldOrderCompanyExportVo {
 	@Excel(name = "待扣分成(元)")
 	@ApiModelProperty("待扣分成(元)")
 	private BigDecimal waitDeductMoney;
+	@Excel(name = "预付时间")
 	@ApiModelProperty("预付时间")
 	private String predictPayTime;
+	@Excel(name = "预付款剩余天数")
 	@ApiModelProperty("预付款剩余天数")
 	private Integer predictPayDay;
+	@Excel(name = "审核状态")
 	@ApiModelProperty("审核状态")
 	private String checkStatus;
+	@Excel(name = "支付时间")
 	@ApiModelProperty("支付时间")
 	private String payTime;
+	@Excel(name = "remark")
 	@ApiModelProperty("备注")
 	private String remark;
 

+ 5 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/top/order/vo/TopOldOrderSellerExportVo.java

@@ -49,14 +49,19 @@ public class TopOldOrderSellerExportVo {
 	@Excel(name = "待扣分成(元)")
 	@ApiModelProperty("待扣分成(元)")
 	private BigDecimal waitDeductMoney;
+	@Excel(name = "预付时间")
 	@ApiModelProperty("预付时间")
 	private String predictPayTime;
+	@Excel(name = "预付款剩余天数")
 	@ApiModelProperty("预付款剩余天数")
 	private Integer predictPayDay;
+	@Excel(name = "审核状态")
 	@ApiModelProperty("审核状态")
 	private String checkStatus;
+	@Excel(name = "支付时间")
 	@ApiModelProperty("支付时间")
 	private String payTime;
+	@Excel(name = "备注")
 	@ApiModelProperty("备注")
 	private String remark;