| | |
| | | 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; |
| | |
| | | @Schema(description = "模版ID") |
| | | private Long templateId; |
| | | |
| | | @Schema(description = "合同分类") |
| | | private String contractCategory; |
| | | |
| | | private List<ContractPaymentSchedule> contractPaymentSchedule; |
| | | |
| | | private List<ContractSubjectMatter> contractSubjectMatter; |