|
@@ -192,6 +192,9 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
|
|
|
private String isExamine;// 是否审核
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ private Date gdTime;// 归档时间
|
|
|
+
|
|
|
private List<CenterdataTAttach> attach;
|
|
|
|
|
|
public String getId() {
|
|
@@ -426,6 +429,14 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
this.statusFlag = statusFlag;
|
|
|
}
|
|
|
|
|
|
+ public Date getGdTime() {
|
|
|
+ return gdTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGdTime(Date gdTime) {
|
|
|
+ this.gdTime = gdTime;
|
|
|
+ }
|
|
|
+
|
|
|
public List<CenterdataTAttach> getAttach() {
|
|
|
return attach;
|
|
|
}
|