动火人实体类修改
This commit is contained in:
parent
ad72c12d5f
commit
f035e4df06
@ -45,41 +45,11 @@ public class XzSpecialOperationFireSafety implements Serializable {
|
|||||||
@ApiModelProperty(value = "作业单位")
|
@ApiModelProperty(value = "作业单位")
|
||||||
private java.lang.Long operatingUnit;
|
private java.lang.Long operatingUnit;
|
||||||
/**
|
/**
|
||||||
* 动火人
|
* 动火人及证书编号
|
||||||
*/
|
*/
|
||||||
@Excel(name = "动火人", width = 15)
|
@Excel(name = "动火人及证书编号", width = 15)
|
||||||
@ApiModelProperty(value = "动火人")
|
@ApiModelProperty(value = "动火人及证书编号")
|
||||||
private java.lang.Long fireman;
|
private java.lang.String firemanAndCertificateNo;
|
||||||
/**
|
|
||||||
* 作业负责人
|
|
||||||
*/
|
|
||||||
@Excel(name = "作业负责人", width = 15)
|
|
||||||
@ApiModelProperty(value = "作业负责人")
|
|
||||||
private java.lang.Long assignmentPersonInCharge;
|
|
||||||
/**
|
|
||||||
* 安全交底人
|
|
||||||
*/
|
|
||||||
@Excel(name = "安全交底人", width = 15)
|
|
||||||
@ApiModelProperty(value = "安全交底人")
|
|
||||||
private java.lang.Long safetyInformant;
|
|
||||||
/**
|
|
||||||
* 接受交底人
|
|
||||||
*/
|
|
||||||
@Excel(name = "接受交底人", width = 15)
|
|
||||||
@ApiModelProperty(value = "接受交底人")
|
|
||||||
private java.lang.Long acceptTheInformant;
|
|
||||||
/**
|
|
||||||
* 监护人
|
|
||||||
*/
|
|
||||||
@Excel(name = "监护人", width = 15)
|
|
||||||
@ApiModelProperty(value = "监护人")
|
|
||||||
private java.lang.Long guardian;
|
|
||||||
/**
|
|
||||||
* 证书编号
|
|
||||||
*/
|
|
||||||
@Excel(name = "证书编号", width = 15)
|
|
||||||
@ApiModelProperty(value = "证书编号")
|
|
||||||
private java.lang.String certificateNo;
|
|
||||||
/**
|
/**
|
||||||
* 风险辨识结果
|
* 风险辨识结果
|
||||||
*/
|
*/
|
||||||
@ -171,6 +141,31 @@ public class XzSpecialOperationFireSafety implements Serializable {
|
|||||||
@ApiModelProperty(value = "最终验收状态1进行中2已闭合")
|
@ApiModelProperty(value = "最终验收状态1进行中2已闭合")
|
||||||
private Integer finalAcceptanceStatus;
|
private Integer finalAcceptanceStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 作业负责人名称
|
||||||
|
*/
|
||||||
|
@Excel(name = "作业负责人名称", width = 15)
|
||||||
|
@ApiModelProperty(value = "作业负责人名称")
|
||||||
|
private java.lang.String assignmentPersonInChargeName;
|
||||||
|
/**
|
||||||
|
* 安全交底人名称
|
||||||
|
*/
|
||||||
|
@Excel(name = "安全交底人名称", width = 15)
|
||||||
|
@ApiModelProperty(value = "安全交底人名称")
|
||||||
|
private java.lang.String safetyInformantName;
|
||||||
|
/**
|
||||||
|
* 接受交底人名称
|
||||||
|
*/
|
||||||
|
@Excel(name = "接受交底人名称", width = 15)
|
||||||
|
@ApiModelProperty(value = "接受交底人名称")
|
||||||
|
private java.lang.String acceptTheInformantName;
|
||||||
|
/**
|
||||||
|
* 监护人名称
|
||||||
|
*/
|
||||||
|
@Excel(name = "监护人名称", width = 15)
|
||||||
|
@ApiModelProperty(value = "监护人名称")
|
||||||
|
private java.lang.String guardianName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 作业申请单位名称
|
* 作业申请单位名称
|
||||||
*/
|
*/
|
||||||
@ -185,41 +180,6 @@ public class XzSpecialOperationFireSafety implements Serializable {
|
|||||||
@Excel(name = "作业单位名称", width = 15)
|
@Excel(name = "作业单位名称", width = 15)
|
||||||
@ApiModelProperty(value = "作业单位名称")
|
@ApiModelProperty(value = "作业单位名称")
|
||||||
private java.lang.String operatingUnitName;
|
private java.lang.String operatingUnitName;
|
||||||
/**
|
|
||||||
* 动火人名称
|
|
||||||
*/
|
|
||||||
@TableField(exist = false)
|
|
||||||
@Excel(name = "动火人名称", width = 15)
|
|
||||||
@ApiModelProperty(value = "动火人名称")
|
|
||||||
private java.lang.String firemanName;
|
|
||||||
/**
|
|
||||||
* 作业负责人名称
|
|
||||||
*/
|
|
||||||
@TableField(exist = false)
|
|
||||||
@Excel(name = "作业负责人名称", width = 15)
|
|
||||||
@ApiModelProperty(value = "作业负责人名称")
|
|
||||||
private java.lang.String assignmentPersonInChargeName;
|
|
||||||
/**
|
|
||||||
* 安全交底人名称
|
|
||||||
*/
|
|
||||||
@TableField(exist = false)
|
|
||||||
@Excel(name = "安全交底人名称", width = 15)
|
|
||||||
@ApiModelProperty(value = "安全交底人名称")
|
|
||||||
private java.lang.String safetyInformantName;
|
|
||||||
/**
|
|
||||||
* 接受交底人名称
|
|
||||||
*/
|
|
||||||
@TableField(exist = false)
|
|
||||||
@Excel(name = "接受交底人名称", width = 15)
|
|
||||||
@ApiModelProperty(value = "接受交底人名称")
|
|
||||||
private java.lang.String acceptTheInformantName;
|
|
||||||
/**
|
|
||||||
* 监护人名称
|
|
||||||
*/
|
|
||||||
@TableField(exist = false)
|
|
||||||
@Excel(name = "监护人名称", width = 15)
|
|
||||||
@ApiModelProperty(value = "监护人名称")
|
|
||||||
private java.lang.String guardianName;
|
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
@ApiModelProperty(value = "星纵-气体分析列表")
|
@ApiModelProperty(value = "星纵-气体分析列表")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user