|
@@ -77,6 +77,9 @@ public class RepalBillDetailVO {
|
|
|
@ApiModelProperty(value = "账单状态,1进行中,2已逾期,3已收回,4已终止")
|
|
|
private Integer repalBillStatus;
|
|
|
|
|
|
+ @ApiModelProperty(value = "账单刷新状态。1未刷新,2刷新中,3已刷新,0刷新失败")
|
|
|
+ private Integer refreshStatus;
|
|
|
+
|
|
|
@ApiModelProperty(value = "账款阶段,1未起诉,2已起诉,3已申请执行,4终结本次执行")
|
|
|
private Integer repalBillStage;
|
|
|
|