shiyunteng
2026-06-08 a0974f04b5a83e3ab152ce79e53f180e7b496165
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractDetailVo.java
@@ -1,7 +1,5 @@
package com.by4cloud.platformx.business.vo;
import com.by4cloud.platformx.business.dto.ContractPaymentScheduleAddDTO;
import com.by4cloud.platformx.business.dto.ContractSubjectMatterAddDTO;
import com.by4cloud.platformx.business.entity.ContractPaymentSchedule;
import com.by4cloud.platformx.business.entity.ContractSubjectMatter;
import com.fasterxml.jackson.annotation.JsonFormat;
@@ -19,11 +17,17 @@
   @Schema(description = "合同名称")
   private String contractName;
   @Schema(description = "合同名称")
   private String contractNo;
   @Schema(description = "甲方id")
   private Long partyAId;
   @Schema(description = "甲方名称")
   private String partyA;
   @Schema(description = "甲方税号")
   private String partyAOrgCode;
   @Schema(description = "乙方id")
   private Long partyBId;
@@ -76,6 +80,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;