| | |
| | | /**分类标识*/ |
| | | private String typeId; |
| | | |
| | | //appid |
| | | private String appId; |
| | | |
| | | |
| | | public Integer getPageNum() { |
| | | if(this.pageNum == null || this.pageNum < 0){ |
| | |
| | | } |
| | | |
| | | public Integer getPageSize() { |
| | | if(this.pageSize == null || this.pageSize < 0 || this.pageSize > 500){ |
| | | if(this.pageSize == null || this.pageSize < 0 || this.pageSize > 800){ |
| | | this.pageSize = 800; |
| | | } |
| | | return this.pageSize; |
| | |
| | | public void setTypeId(String typeId) { |
| | | this.typeId = typeId; |
| | | } |
| | | |
| | | public String getAppId() { |
| | | return appId; |
| | | } |
| | | |
| | | public void setAppId(String appId) { |
| | | this.appId = appId; |
| | | } |
| | | } |