shiyunteng
2026-06-22 838618d0d4a7dd3b585a3a7390fa389e555c9bb0
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;
@@ -144,6 +149,9 @@
   @Schema(description = "合同总价税率")
   private BigDecimal contractTax;
   @Schema(description = "经济事项 bip推送应收用")
   private String economicMatters;
   private List<ContractPaymentScheduleAddDTO> contractPaymentSchedule;
   private List<ContractSubjectMatterAddDTO> contractSubjectMatter;