| | |
| | | import com.zt.life.modules.project.model.Project; |
| | | import com.zt.life.modules.sysBaseInfo.model.TestAgencyInfo; |
| | | import com.zt.life.modules.testReviewComment.model.TestReviewComment; |
| | | import com.zt.life.sys.dto.OssDto; |
| | | import com.zt.modules.workflow.dto.FlowInfoDto; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | private Long projectId;//项目ID |
| | | private String pageCode;//配置项类型 |
| | | |
| | | @ApiModelProperty(value = "附件") |
| | | private OssDto files; |
| | | |
| | | @ApiModelProperty(value = "测试评审意见") |
| | | private TestReviewComment reviewComment; |