|
@@ -32,75 +32,38 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
@Excel(name = "单元")
|
|
|
private String unit;
|
|
|
|
|
|
- /** 管道名称 */
|
|
|
- @Excel(name = "管道名称")
|
|
|
- private String devname;
|
|
|
-
|
|
|
- /** 管道编号 */
|
|
|
- @Excel(name = "管道编号")
|
|
|
- private String devno;
|
|
|
+ /** PM维修组 */
|
|
|
+ @Excel(name = "装置维修组")
|
|
|
+ private String plantMaint;
|
|
|
|
|
|
- /** 投用年月 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- @Excel(name = "投用年月", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date submitdate;
|
|
|
+ /** 装置维修工程师 */
|
|
|
+ @Excel(name = "装置维修工程师")
|
|
|
+ private String engineer;
|
|
|
|
|
|
/** 状态 */
|
|
|
@Excel(name = "状态", dictType = "spec_dev_status")
|
|
|
private Long status;
|
|
|
|
|
|
- /** 状态 1 :正常 ;0:删除 */
|
|
|
- private Long delFlag;
|
|
|
-
|
|
|
- /** 创建人 */
|
|
|
- private Long createrCode;
|
|
|
-
|
|
|
- /** 创建时间 */
|
|
|
- private Date createdate;
|
|
|
-
|
|
|
- /** 修改人 */
|
|
|
- private Long updaterCode;
|
|
|
-
|
|
|
- /** 修改时间 */
|
|
|
- private Date updatedate;
|
|
|
-
|
|
|
- /** 部门编号 */
|
|
|
- private Long deptId;
|
|
|
-
|
|
|
- /** 备注 */
|
|
|
- //@Excel(name = "备注")
|
|
|
- private String remarks;
|
|
|
-
|
|
|
/** 审核状态 */
|
|
|
//@Excel(name = "审核状态", dictType = "spec_approve_status")
|
|
|
private Long approveStatus;
|
|
|
|
|
|
+ /** 管道名称 */
|
|
|
+ @Excel(name = "管道名称")
|
|
|
+ private String devname;
|
|
|
+
|
|
|
+ /** 管道编号 */
|
|
|
+ @Excel(name = "管道编号")
|
|
|
+ private String devno;
|
|
|
+
|
|
|
/** 注册代码 */
|
|
|
@Excel(name = "注册代码")
|
|
|
private String regno;
|
|
|
|
|
|
/** 使用证编号 */
|
|
|
- @Excel(name = "使用证编号")
|
|
|
+ @Excel(name = "使用登记证编号")
|
|
|
private String useno;
|
|
|
|
|
|
- /** 定期检验日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- @Excel(name = "定期检验日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date warnDate;
|
|
|
-
|
|
|
- /** 检测周期 */
|
|
|
- @Excel(name = "检测周期")
|
|
|
- private Long warnCycle;
|
|
|
-
|
|
|
- /** 下次定期检验日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- @Excel(name = "下次定期检验日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date nextWarnDate;
|
|
|
-
|
|
|
- /** 预警标识 */
|
|
|
- @Excel(name = "预警标识")
|
|
|
- private Long warnFlag;
|
|
|
-
|
|
|
/** 管道级别 */
|
|
|
@Excel(name = "管道级别")
|
|
|
private String grade;
|
|
@@ -113,22 +76,36 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
@Excel(name = "安装单位")
|
|
|
private String installer;
|
|
|
|
|
|
+ /** 安装年月 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "安装年月", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date installDate;
|
|
|
+
|
|
|
+ /** 投用年月 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "投用年月", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date submitdate;
|
|
|
+
|
|
|
/** 材质 */
|
|
|
@Excel(name = "材质")
|
|
|
private String material;
|
|
|
|
|
|
/** 直径 */
|
|
|
- @Excel(name = "直径")
|
|
|
+ @Excel(name = "公称直径")
|
|
|
private String dia;
|
|
|
|
|
|
/** 厚度等级 */
|
|
|
- @Excel(name = "厚度等级")
|
|
|
+ @Excel(name = "壁厚(mm)")
|
|
|
private String scheduleNo;
|
|
|
|
|
|
/** 长度 */
|
|
|
@Excel(name = "长度")
|
|
|
private String length;
|
|
|
|
|
|
+ /** 焊口数量 */
|
|
|
+ @Excel(name = "焊口数量")
|
|
|
+ private String weldNumber;
|
|
|
+
|
|
|
/** 起点 */
|
|
|
@Excel(name = "起点")
|
|
|
private String starting;
|
|
@@ -137,68 +114,30 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
@Excel(name = "终点")
|
|
|
private String ending;
|
|
|
|
|
|
+ /** 敷设方式 */
|
|
|
+ @Excel(name = "敷设方式")
|
|
|
+ private String layingMethod;
|
|
|
+
|
|
|
+ /** 介质 */
|
|
|
+ @Excel(name = "介质")
|
|
|
+ private String medium;
|
|
|
+
|
|
|
/** 设计压力 */
|
|
|
@Excel(name = "设计压力(MPa)")
|
|
|
private String desPressure;
|
|
|
|
|
|
- /** 设计温度 */
|
|
|
- @Excel(name = "设计温度(℃)'")
|
|
|
- private String desTemp;
|
|
|
-
|
|
|
/** 工作压力 */
|
|
|
@Excel(name = "工作压力(MPa)")
|
|
|
private String optPressure;
|
|
|
|
|
|
+ /** 设计温度 */
|
|
|
+ @Excel(name = "设计温度(℃)'")
|
|
|
+ private String desTemp;
|
|
|
+
|
|
|
/** 工作温度 */
|
|
|
@Excel(name = "工作温度(℃)'")
|
|
|
private String optTemp;
|
|
|
|
|
|
- /** 介质 */
|
|
|
- @Excel(name = "介质")
|
|
|
- private String medium;
|
|
|
-
|
|
|
- /** 年度检验结论 */
|
|
|
- @Excel(name = "年度检查结论")
|
|
|
- private String checkConclusion;
|
|
|
-
|
|
|
- /** 检验单位 */
|
|
|
- @Excel(name = "检验单位")
|
|
|
- private String checkUnit;
|
|
|
-
|
|
|
- /** 安全状况等级 */
|
|
|
- @Excel(name = "安全状况等级")
|
|
|
- private String safeClass;
|
|
|
-
|
|
|
- /** 报告编号 */
|
|
|
- @Excel(name = "报告编号")
|
|
|
- private String reportNo;
|
|
|
-
|
|
|
- /** 最新申请时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- @Excel(name = "最新申请时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date approveTime;
|
|
|
-
|
|
|
- /** 状态修改时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- @Excel(name = "状态修改时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date changeTime;
|
|
|
-
|
|
|
- /** PM维修组 */
|
|
|
- @Excel(name = "PM维修组")
|
|
|
- private String plantMaint;
|
|
|
-
|
|
|
- /** 装置维修工程师 */
|
|
|
- @Excel(name = "装置维修工程师")
|
|
|
- private String engineer;
|
|
|
-
|
|
|
- /** 焊口数量 */
|
|
|
- @Excel(name = "焊口数量")
|
|
|
- private String weldNumber;
|
|
|
-
|
|
|
- /** 敷设方式 */
|
|
|
- @Excel(name = "敷设方式")
|
|
|
- private String layingMethod;
|
|
|
-
|
|
|
/** 绝热层代码 */
|
|
|
@Excel(name = "绝热层代码")
|
|
|
private String adiabatic;
|
|
@@ -208,23 +147,44 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
private String antiCorrosion;
|
|
|
|
|
|
/** 绝热层厚度 */
|
|
|
- @Excel(name = "绝热层厚度")
|
|
|
+ //@Excel(name = "绝热层厚度")
|
|
|
private String adiabaticThickness;
|
|
|
|
|
|
/** 是否涉危化品 */
|
|
|
@Excel(name = "是否涉危化品")
|
|
|
private String isDanger;
|
|
|
|
|
|
- /** 安装年月 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM" , timezone = "GMT+8")
|
|
|
- @Excel(name = "安装年月", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date installDate;
|
|
|
+ /** 检验单位 */
|
|
|
+ @Excel(name = "检验单位")
|
|
|
+ private String checkUnit;
|
|
|
+
|
|
|
+ /** 定期检验日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "定期检验日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date warnDate;
|
|
|
+
|
|
|
+ /** 安全状况等级 */
|
|
|
+ @Excel(name = "安全状况等级")
|
|
|
+ private String safeClass;
|
|
|
+
|
|
|
+ /** 下次定期检验日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "下次定期检验日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date nextWarnDate;
|
|
|
+
|
|
|
+ /** 报告编号 */
|
|
|
+ @Excel(name = "定期检验报告编号")
|
|
|
+ private String reportNo;
|
|
|
|
|
|
/** 年度检查日期 */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
@Excel(name = "年度检查日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date yearWarnDate;
|
|
|
|
|
|
+ /** 年度检验结论 */
|
|
|
+ @Excel(name = "年度检查结论")
|
|
|
+ private String checkConclusion;
|
|
|
+
|
|
|
/** 下次年度检查日期 */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
@Excel(name = "下次年度检查日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@@ -234,8 +194,49 @@ public class TSpecdevYlgd extends BaseEntity
|
|
|
@Excel(name = "年度检查报告编号")
|
|
|
private String yearReportNo;
|
|
|
|
|
|
+ /** 备注 */
|
|
|
+ //@Excel(name = "备注")
|
|
|
+ private String remarks;
|
|
|
+
|
|
|
+ /** 状态 1 :正常 ;0:删除 */
|
|
|
+ private Long delFlag;
|
|
|
+
|
|
|
+ /** 创建人 */
|
|
|
+ private Long createrCode;
|
|
|
+
|
|
|
+ /** 创建时间 */
|
|
|
+ private Date createdate;
|
|
|
+
|
|
|
+ /** 修改人 */
|
|
|
+ private Long updaterCode;
|
|
|
+
|
|
|
+ /** 修改时间 */
|
|
|
+ private Date updatedate;
|
|
|
+
|
|
|
+ /** 部门编号 */
|
|
|
+ private Long deptId;
|
|
|
+
|
|
|
+ /** 检测周期 */
|
|
|
+ //@Excel(name = "检测周期")
|
|
|
+ private Long warnCycle;
|
|
|
+
|
|
|
+ /** 预警标识 */
|
|
|
+ //@Excel(name = "预警标识")
|
|
|
+ private Long warnFlag;
|
|
|
+
|
|
|
+
|
|
|
+ /** 最新申请时间 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ //@Excel(name = "最新申请时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date approveTime;
|
|
|
+
|
|
|
+ /** 状态修改时间 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ //@Excel(name = "状态修改时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date changeTime;
|
|
|
+
|
|
|
/** 部门名称 */
|
|
|
- @Excel(name = "部门名称")
|
|
|
+ //@Excel(name = "部门名称")
|
|
|
@TableField(exist = false)
|
|
|
private String deptName;
|
|
|
|