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