Commit 22061bd3 authored by 周昊's avatar 周昊

1、添加固有风险字段

parent f89fcfcd
...@@ -91,15 +91,15 @@ public class RiskPlanInherentList extends BaseEntity ...@@ -91,15 +91,15 @@ public class RiskPlanInherentList extends BaseEntity
@Excel(name = "应采取的管理措施") @Excel(name = "应采取的管理措施")
private String measuresAdministration; private String measuresAdministration;
/** 已采取的管理措施 */ /** 已采取的管理措施1 */
@Excel(name = "已采取的管理措施") @Excel(name = "已采取的管理措施")
private String takenMeasuresAdministration; private String takenMeasuresAdministration;
/** 管控责任单位id */ /** 管控责任单位id1 */
@Excel(name = "管控责任单位id") @Excel(name = "管控责任单位id")
private Long measuresDeptId; private Long measuresDeptId;
/** 管控责任人id */ /** 管控责任人id1 */
@Excel(name = "管控责任人id") @Excel(name = "管控责任人id")
private String measuresUserId; private String measuresUserId;
...@@ -107,15 +107,15 @@ public class RiskPlanInherentList extends BaseEntity ...@@ -107,15 +107,15 @@ public class RiskPlanInherentList extends BaseEntity
@Excel(name = "已采取的管理措施附件") @Excel(name = "已采取的管理措施附件")
private String measuresAdministrationFileIds; private String measuresAdministrationFileIds;
/** 危险源名称 */ /** 危险源名称1 */
@Excel(name = "危险源名称") @Excel(name = "危险源名称")
private String hazardSourceName; private String hazardSourceName;
/** 是否存在重大危险源 */ /** 是否存在重大危险源 1*/
@Excel(name = "是否存在重大危险源") @Excel(name = "是否存在重大危险源")
private Boolean majorHazardSource; private Boolean majorHazardSource;
/** 重大危险源描述 */ /** 重大危险源描述1 */
@Excel(name = "重大危险源描述") @Excel(name = "重大危险源描述")
private Boolean majorHazardSourceDescription; private Boolean majorHazardSourceDescription;
......
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