|
|
|
@ -58,6 +58,10 @@ public class MesEquTaskStandardRecord extends BaseBean {
|
|
|
|
|
@ApiParam("操作指导")
|
|
|
|
|
private String actionGuide;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CHECK_VALUE")
|
|
|
|
|
@ApiParam("检测值")
|
|
|
|
|
private String checkValue;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CHECK_RESULT")
|
|
|
|
|
@ApiParam("判定结果")
|
|
|
|
|
private Integer checkResult;
|
|
|
|
|