shiyunteng
22 小时以前 fca21683e1b5b906d2514082ddfbae8eb820c9ea
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractPaymentScheduleVo.java
@@ -42,6 +42,11 @@
   @Schema(description = "收款状态(0-未收款 1-部分收款 2-已收款 3-逾期)")
   private Integer paymentStatus;
   private List<ScheduleProcessVo> processVoList;
   @Schema(description = "履约时间")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date processDate;
   @Schema(description = "约定天数")
   private Integer agreedDays;
}