|
@@ -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;
|
|
|
|