platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java
@@ -79,6 +79,9 @@
   @Schema(description = "合同附件URL")
   private String attachmentUrl;
   @Schema(description = "合同附件名称")
   private String attachmentName;
   @Schema(description = "备注")
   private String remark;
@@ -245,6 +248,12 @@
   @Schema(description = "付款方式")
   private String paymentMethod;
   @Schema(description = "简易合同附件URL")
   private String attachmentSimpleUrl;
   @Schema(description = "简易合同附件名称")
   private String attachmentSimpleName;
   private List<ContractPaymentScheduleAddDTO> contractPaymentSchedule;
   private List<ContractSubjectMatterAddDTO> contractSubjectMatter;