来文函号报表页面提交

This commit is contained in:
wangxin
2018-07-10 09:14:18 +08:00
parent 5c828fee58
commit bdc2a88d5b
6 changed files with 270 additions and 39 deletions

View File

@@ -44,7 +44,23 @@ public class SearchReport extends BaseEntity<SearchReport>{
private Integer pageSize;
private String orderBy;
private String fields;
//界面查询的时间
private String reportTime;
/**
* reportTime
* @return reportTime
*/
public String getReportTime() {
return reportTime;
}
/**
* @param reportTime the reportTime to set
*/
public void setReportTime(String reportTime) {
this.reportTime = reportTime;
}
/**
* pageNo
* @return pageNo