来文函号报表页面提交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user