|
@@ -23,10 +23,7 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
|
|
|
}
|
|
|
|
|
|
- public CentereventTEventcatalogue(String eventType, String eventTypeXl, String eventName, String eventDescription, String longitude, String latitude,
|
|
|
- String reportor, Date reportTime, String address, String reportSource, String eventStatus, String eventStatusValue,
|
|
|
- String createBy, String createName, Date createTime) {
|
|
|
- super(createBy, createName, createTime);
|
|
|
+ public CentereventTEventcatalogue(String eventType, String eventTypeXl, String eventName, String eventDescription, String longitude, String latitude, String reportor, Date reportTime, String address) {
|
|
|
this.eventType = eventType;
|
|
|
this.eventTypeXl = eventTypeXl;
|
|
|
this.eventName = eventName;
|
|
@@ -36,9 +33,6 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
this.reportor = reportor;
|
|
|
this.reportTime = reportTime;
|
|
|
this.address = address;
|
|
|
- this.reportSource = reportSource;
|
|
|
- this.eventStatus = eventStatus;
|
|
|
- this.eventStatusValue = eventStatusValue;
|
|
|
}
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
@@ -198,8 +192,6 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
|
|
|
private String isExamine;// 是否审核
|
|
|
|
|
|
- private String isPush;// 是否推送
|
|
|
-
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date gdTime;// 归档时间
|
|
|
|
|
@@ -433,14 +425,6 @@ 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;
|
|
|
}
|