报表首次访问页面提交

This commit is contained in:
wangxin
2018-07-06 16:51:23 +08:00
parent 0f713d3730
commit 6776899bac
4 changed files with 191 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public class SearchReport extends BaseEntity<SearchReport>{
private Integer functionId;
private String cfgName;
private Integer action;
private Integer reportType;
private String searchBusinessType;
private String searchReportStartTime;
private String searchReportEndTime;
@@ -37,6 +38,21 @@ public class SearchReport extends BaseEntity<SearchReport>{
private HashMap<String,Object> searchCondition;
public static final String searchConditionSplitor=",";
public int searchConditionLimit;
/**
* reportType
* @return reportType
*/
public Integer getReportType() {
return reportType;
}
/**
* @param reportType the reportType to set
*/
public void setReportType(Integer reportType) {
this.reportType = reportType;
}
/**
* functionId
* @return functionId