From 264d91e2df833a48d25f6a45a03c23f72b68385c Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Wed, 15 May 2024 19:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=97=E9=99=90=E7=A9=BA=E9=97=B4=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E4=BD=9C=E4=B8=9A=E7=A5=A8-=E6=B0=94=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zhgd/xmgl/modules/xz/copy/entity/XzLimitSpaceSafe.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/java/com/zhgd/xmgl/modules/xz/copy/entity/XzLimitSpaceSafe.java b/src/main/java/com/zhgd/xmgl/modules/xz/copy/entity/XzLimitSpaceSafe.java index 1f8175c76..6c36a7c26 100644 --- a/src/main/java/com/zhgd/xmgl/modules/xz/copy/entity/XzLimitSpaceSafe.java +++ b/src/main/java/com/zhgd/xmgl/modules/xz/copy/entity/XzLimitSpaceSafe.java @@ -158,6 +158,12 @@ public class XzLimitSpaceSafe implements Serializable { private java.lang.String workTicketCode; @ApiModelProperty(value = "最终验收状态1进行中2已闭合") private Integer finalAcceptanceStatus; + @ApiModelProperty(value = "有毒有害气体信息") + private java.lang.String toxicAndHarmfulGasInformation; + @ApiModelProperty(value = "可燃气体信息") + private java.lang.String combustibleGasInformation; + @ApiModelProperty(value = "气体分析数据") + private java.lang.String gasAnalysisData; /** * 作业申请单位名称 @@ -185,6 +191,7 @@ public class XzLimitSpaceSafe implements Serializable { /** * 作业人名称 */ + @TableField(exist = false) @Excel(name = "作业人名称", width = 15) @ApiModelProperty(value = "作业人名称") private Long jobPersonName;