【需求:1086,设备点检保养作业】

yun-zuoyi
王杰 6 years ago
parent f6b06e6b52
commit 9bdae2ad13

@ -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;

@ -32,7 +32,7 @@ import java.util.List;
public class EquTaskNotifyUserModel extends BaseBean {
@ApiParam(value ="账户ID")
private Long userId;
private Long userInfoId;
@Column(name="USER_NAME_RDD")
@ApiParam(value ="用户名称" , access ="账号名称")

Loading…
Cancel
Save