| | |
| | | private Map<String, Map<String, String>> filterInfo; |
| | | //字段信息 |
| | | private JSONArray systemFieldMeta; |
| | | //报表配置uuid |
| | | private String reportConfigUid; |
| | | //报表名称 |
| | | private String reportName; |
| | | |
| | | |
| | | |
| | | /************分页参数*************/ |
| | |
| | | |
| | | private int pageIndex; |
| | | |
| | | private int totalPage; |
| | | private int totalCount; |
| | | |
| | | /************分页参数************ |
| | | |
| | |
| | | this.systemFieldMeta = systemFieldMeta; |
| | | } |
| | | |
| | | public void setEntityType(String entityType) { |
| | | this.entityType = entityType; |
| | | } |
| | | |
| | | public String getReportConfigUid() { |
| | | return reportConfigUid; |
| | | } |
| | | |
| | | public void setReportConfigUid(String reportConfigUid) { |
| | | this.reportConfigUid = reportConfigUid; |
| | | } |
| | | |
| | | public String getReportName() { |
| | | return reportName; |
| | | } |
| | | |
| | | public void setReportName(String reportName) { |
| | | this.reportName = reportName; |
| | | } |
| | | |
| | | public boolean isPage() { |
| | | return isPage; |
| | | } |
| | |
| | | this.pageIndex = pageIndex; |
| | | } |
| | | |
| | | public int getTotalPage() { |
| | | return totalPage; |
| | | public int getTotalCount() { |
| | | return totalCount; |
| | | } |
| | | |
| | | public void setTotalPage(int totalPage) { |
| | | this.totalPage = totalPage; |
| | | public void setTotalCount(int totalCount) { |
| | | this.totalCount = totalCount; |
| | | } |
| | | } |