platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java
@@ -63,6 +63,11 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   @Schema(description = "生效日期")
   private String effectiveDate;
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   @Schema(description = "到期日期")
   private String expirationDate;
@@ -81,8 +86,8 @@
   @Schema(description = "执行周期 1/周 2/月 3/季度 4/半年 5/年")
   private String execFrequency;
   @Schema(description = "执行次数")
   private Integer execTimes;
//   @Schema(description = "执行次数")
//   private Integer execTimes;
   @Schema(description = "执行日期后多少天生成应收")
   private Integer execDay;