shiyunteng
昨天 fca21683e1b5b906d2514082ddfbae8eb820c9ea
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractDetailVo.java
@@ -54,13 +54,16 @@
   @Schema(description = "签署日期")
   private String signDate;
   @Schema(description = "交付周期")
   private Integer deliveryCycle;
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
   @Schema(description = "生效日期")
   private String effectiveDate;
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   @Schema(description = "到期日期")
   private String expirationDate;
@@ -70,6 +73,9 @@
   @Schema(description = "备注")
   private String remark;
   @Schema(description = "模版ID")
   private Long templateId;
   private List<ContractPaymentSchedule> contractPaymentSchedule;
   private List<ContractSubjectMatter> contractSubjectMatter;