页面tab查询状态保持
This commit is contained in:
@@ -30,7 +30,9 @@ public class SearchReport extends BaseEntity<SearchReport>{
|
||||
private Integer functionId;
|
||||
private String cfgName;
|
||||
private Integer action;
|
||||
private Integer reportType;
|
||||
private Integer reportType;//小时报,日报,月报
|
||||
//标签,性质,来文函号,境内源Ip,各国目的IP,运营商局点
|
||||
private String reportBusinessType;
|
||||
private String searchBusinessType;
|
||||
private String searchReportStartTime;
|
||||
private String searchReportEndTime;
|
||||
@@ -39,6 +41,20 @@ public class SearchReport extends BaseEntity<SearchReport>{
|
||||
public static final String searchConditionSplitor=",";
|
||||
public int searchConditionLimit;
|
||||
|
||||
/**
|
||||
* reportBusinessType
|
||||
* @return reportBusinessType
|
||||
*/
|
||||
|
||||
public String getReportBusinessType() {
|
||||
return reportBusinessType;
|
||||
}
|
||||
/**
|
||||
* @param reportBusinessType the reportBusinessType to set
|
||||
*/
|
||||
public void setReportBusinessType(String reportBusinessType) {
|
||||
this.reportBusinessType = reportBusinessType;
|
||||
}
|
||||
/**
|
||||
* reportType
|
||||
* @return reportType
|
||||
|
||||
Reference in New Issue
Block a user