|
@@ -42,13 +42,14 @@ public class TDelayPermitVo {
|
|
|
*/
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
- private Date startTime;
|
|
|
+ private Date valiStartTime;
|
|
|
|
|
|
/**
|
|
|
* 结束时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
- private Date endTime;
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ private Date valiEndTime;
|
|
|
|
|
|
/**
|
|
|
* 危害不变G签名
|
|
@@ -58,7 +59,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 危害不变G签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aGDate;
|
|
|
|
|
|
/**
|
|
@@ -69,7 +71,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* D栏的安全措施已重新检查及重新批准签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aHDate;
|
|
|
|
|
|
/**
|
|
@@ -81,7 +84,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 授权的维修主管签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aI1aDate;
|
|
|
|
|
|
/**
|
|
@@ -93,7 +97,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 安全协调员签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aA4Date;
|
|
|
|
|
|
/**
|
|
@@ -105,7 +110,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 授权的装置维修工人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aI1bDate;
|
|
|
|
|
|
/**
|
|
@@ -117,19 +123,22 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* F栏安全措施已实施签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aKDate;
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aE3StartTime;
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aE3EndTime;
|
|
|
|
|
|
/**
|
|
@@ -141,20 +150,23 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date aE3Date;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date hE3StartTime;
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date hE3EndTime;
|
|
|
|
|
|
/**
|
|
@@ -166,7 +178,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 动火监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date hE3Date;
|
|
|
|
|
|
/**
|
|
@@ -178,7 +191,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* D5.1签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date h51Date;
|
|
|
|
|
|
/**
|
|
@@ -190,20 +204,23 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* D5.2签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date h52Date;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date cI2StartTime1;
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date cI2EndTime1;
|
|
|
|
|
|
/**
|
|
@@ -215,19 +232,22 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 安全监护人/观察员1签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date cI2Date1;
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date cI2StartTime2;
|
|
|
|
|
|
/**
|
|
|
* 安全监护人签名时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date cI2EndTime2;
|
|
|
|
|
|
/**
|
|
@@ -238,6 +258,8 @@ public class TDelayPermitVo {
|
|
|
/**
|
|
|
* 安全监护人/观察员2签名时间
|
|
|
*/
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date cI2Date2;
|
|
|
|
|
|
public Long getId() {
|
|
@@ -288,20 +310,20 @@ public class TDelayPermitVo {
|
|
|
this.otherId = otherId;
|
|
|
}
|
|
|
|
|
|
- public Date getStartTime() {
|
|
|
- return startTime;
|
|
|
+ public Date getValiStartTime() {
|
|
|
+ return valiStartTime;
|
|
|
}
|
|
|
|
|
|
- public void setStartTime(Date startTime) {
|
|
|
- this.startTime = startTime;
|
|
|
+ public void setValiStartTime(Date valiStartTime) {
|
|
|
+ this.valiStartTime = valiStartTime;
|
|
|
}
|
|
|
|
|
|
- public Date getEndTime() {
|
|
|
- return endTime;
|
|
|
+ public Date getValiEndTime() {
|
|
|
+ return valiEndTime;
|
|
|
}
|
|
|
|
|
|
- public void setEndTime(Date endTime) {
|
|
|
- this.endTime = endTime;
|
|
|
+ public void setValiEndTime(Date valiEndTime) {
|
|
|
+ this.valiEndTime = valiEndTime;
|
|
|
}
|
|
|
|
|
|
public String getaGSign() {
|