|
@@ -192,6 +192,8 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
|
|
|
private String isExamine;// 是否审核
|
|
|
|
|
|
+ private String isPush;// 是否推送
|
|
|
+
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date gdTime;// 归档时间
|
|
|
|
|
@@ -425,6 +427,14 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
this.isExamine = isExamine;
|
|
|
}
|
|
|
|
|
|
+ public String getIsPush() {
|
|
|
+ return isPush;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsPush(String isPush) {
|
|
|
+ this.isPush = isPush;
|
|
|
+ }
|
|
|
+
|
|
|
public void setStatusFlag(String statusFlag) {
|
|
|
this.statusFlag = statusFlag;
|
|
|
}
|