|
@@ -42,7 +42,7 @@ public class TByxWorklicense extends BaseEntity
|
|
|
private String post;
|
|
|
|
|
|
/** 证件类型 */
|
|
|
- @Excel(name = "证件类型")
|
|
|
+// @Excel(name = "证件类型")
|
|
|
private String idtype;
|
|
|
|
|
|
/** 裂解证件号 */
|
|
@@ -61,63 +61,65 @@ public class TByxWorklicense extends BaseEntity
|
|
|
//@Excel(name = "PGU/AEU证件号")
|
|
|
private String alkylationIdnum;
|
|
|
|
|
|
- /** 分离取证日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- //@Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date pipeDate;
|
|
|
-
|
|
|
- /** 压缩取证日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- //@Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date containerDate;
|
|
|
-
|
|
|
- /** PGU/AEU取证日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- //@Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date alkylationDate;
|
|
|
+ /** 裂解 */
|
|
|
+ @Excel(name = "裂解(裂化)", dictType = "YES_NO_EN")
|
|
|
+ private String boiler;
|
|
|
|
|
|
/** 裂解取证日期 */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- // @Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ @Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date boilerDate;
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- //@Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date pipeLifespan;
|
|
|
-
|
|
|
- /** 压缩取证日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- //@Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date containerLifespan;
|
|
|
-
|
|
|
- /** PGU/AEU取证日期 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- //@Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- private Date alkylationLifespan;
|
|
|
-
|
|
|
/** 裂解取证日期 */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
- // @Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ @Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date boilerLifespan;
|
|
|
|
|
|
- /** 裂解 */
|
|
|
- @Excel(name = "裂解(裂化)", dictType = "YES_NO_EN")
|
|
|
- private String boiler;
|
|
|
-
|
|
|
/** 压缩 */
|
|
|
@Excel(name = "压力容器", dictType = "YES_NO_EN")
|
|
|
private String container;
|
|
|
|
|
|
+ /** 压缩取证日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date containerDate;
|
|
|
+
|
|
|
+
|
|
|
+ /** 压缩取证日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date containerLifespan;
|
|
|
+
|
|
|
/** 分离 */
|
|
|
@Excel(name = "压力管道", dictType = "YES_NO_EN")
|
|
|
private String pipe;
|
|
|
|
|
|
+ /** 分离取证日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date pipeDate;
|
|
|
+
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date pipeLifespan;
|
|
|
+
|
|
|
/** PGU */
|
|
|
@Excel(name = "烷基化", dictType = "YES_NO_EN")
|
|
|
private String alkylation;
|
|
|
|
|
|
+
|
|
|
+ /** PGU/AEU取证日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "取复证日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date alkylationDate;
|
|
|
+
|
|
|
+ /** PGU/AEU取证日期 */
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
|
|
|
+ @Excel(name = "证件有效期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ private Date alkylationLifespan;
|
|
|
+
|
|
|
/** AEU */
|
|
|
- @Excel(name = "AEU", dictType = "YES_NO_EN")
|
|
|
+// @Excel(name = "AEU", dictType = "YES_NO_EN")
|
|
|
private String aromatic;
|
|
|
|
|
|
/** 取复证日期 */
|