受限空间安全作业票-气体
This commit is contained in:
parent
5caab68eb2
commit
264d91e2df
@ -158,6 +158,12 @@ public class XzLimitSpaceSafe implements Serializable {
|
|||||||
private java.lang.String workTicketCode;
|
private java.lang.String workTicketCode;
|
||||||
@ApiModelProperty(value = "最终验收状态1进行中2已闭合")
|
@ApiModelProperty(value = "最终验收状态1进行中2已闭合")
|
||||||
private Integer finalAcceptanceStatus;
|
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)
|
@Excel(name = "作业人名称", width = 15)
|
||||||
@ApiModelProperty(value = "作业人名称")
|
@ApiModelProperty(value = "作业人名称")
|
||||||
private Long jobPersonName;
|
private Long jobPersonName;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user