| | |
| | | @Schema(description = "合同附件URL") |
| | | private String attachmentUrl; |
| | | |
| | | @Schema(description = "合同附件名称") |
| | | private String attachmentName; |
| | | |
| | | @Schema(description = "备注") |
| | | private String remark; |
| | | |
| | |
| | | @Schema(description = "付款方式") |
| | | private String paymentMethod; |
| | | |
| | | @Schema(description = "简易合同附件URL") |
| | | private String attachmentSimpleUrl; |
| | | |
| | | @Schema(description = "简易合同附件名称") |
| | | private String attachmentSimpleName; |
| | | |
| | | private List<ContractPaymentScheduleAddDTO> contractPaymentSchedule; |
| | | |
| | | private List<ContractSubjectMatterAddDTO> contractSubjectMatter; |