Commit 114c998f authored by 鲁鸿波's avatar 鲁鸿波

危险作业管理-作业计划管理模-监督检查,检查人名称开发

parent d4768959
......@@ -125,6 +125,13 @@ public class THazardWorkPlanCheck extends SuperModel
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date checkSignatureTime;
/**
* 签字人姓名
*/
@ApiModelProperty(value = "签字人姓名")
@TableField("check_name")
private String checkName;
/**
* 作业编号
*/
......
......@@ -19,6 +19,7 @@
<id column="workLevel" property="workLevel"/>
<id column="stakeholderWork" property="stakeholderWork"/>
<id column="check_signature_time" property="checkSignatureTime"/>
<id column="check_name" property="checkName"/>
</resultMap>
<select id="selectTHazardWorkPlanCheckList" resultMap="BaseResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment