xuhy
2 天以前 b7ec3aff011f05e236e76be844540dbe776f7353
ruoyi-system/src/main/java/com/ruoyi/system/vo/TResultWorkEvaluateVO.java
@@ -1,6 +1,7 @@
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;
@@ -37,5 +38,9 @@
    private String chemistName;
    @ApiModelProperty(value = "实验员名称")
    private String testerName;
    @ApiModelProperty(value = "项目课题方案")
    private String projectName;
    @ApiModelProperty(value = "实验调度对象")
    private TExperimentDispatch experimentDispatch;
}