李白
2026-06-04 b58c3bf0e4c9bf4327b749040c3490fd2d0970b2
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractDetailVo.java
@@ -74,6 +74,21 @@
   @Schema(description = "模版ID")
   private Long templateId;
   @Schema(description = "合同分类")
   private String contractCategory;
   @Schema(description = "签订地点")
   private String signPlace;
   @Schema(description = "执行周期 1/周 2/月 3/季度 4/半年 5/年")
   private String execFrequency;
   @Schema(description = "执行次数")
   private Integer execTimes;
   @Schema(description = "执行日期后多少天生成应收")
   private Integer execDay;
   private List<ContractPaymentSchedule> contractPaymentSchedule;
   private List<ContractSubjectMatter> contractSubjectMatter;