| | |
| | | package com.ruoyi.system.vo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.system.model.TExperimentDispatch; |
| | | import com.ruoyi.system.model.TResultWorkEvaluate; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | private String chemistName; |
| | | @ApiModelProperty(value = "实验员名称") |
| | | private String testerName; |
| | | @ApiModelProperty(value = "项目课题方案") |
| | | private String projectName; |
| | | @ApiModelProperty(value = "实验调度对象") |
| | | private TExperimentDispatch experimentDispatch; |
| | | |
| | | } |