package com.order.beans; import java.util.ArrayList; import java.util.List; public class Page<T> { private int pagenum; //当前页码 private int pageStartIndex; //当前页面索引 private int pageSize; //页面大小 private int totalRows; //总记录数 private int totalPages; //总页码数 private List<T> datas; //当前页面的具体数据 public Page() { this.pagenum = 1; this.pageSize = 3; datas = new ArrayList<>(); } public int getPagenum() { return pagenum; } public void setPagenum(int pagenum) { this.pagenum = pagenum; } public int getPageStartIndex() { return (pagenum - 1)*3; } public void setPageStartIndex(int pageStartIndex) { this.pageStartIndex = pageStartIndex; } public int getPageSize() { return pageSize; } public void setPageSize(int pageSize) { this.pageSize = pageSize; } public int getTotalRows() { return totalRows; } public void setTotalRows(int totalRows) { this.totalRows = totalRows; } public int getTotalPages() { totalPages = totalRows/pageSize; if(totalRows%pageSize != 0){ totalPages++; } return totalPages; } public void setTotalPages(int totalPages) { this.totalPages = totalPages; } public List<T> getDatas() { return datas; } public void setDatas(List<T> datas) { this.datas = datas; } }
最近下载更多
微信网友_6802139027345408 LV2
2023年12月31日
houhanlin33 LV3
2023年12月28日
0o0o0o LV2
2023年6月12日
6389181 LV7
2023年6月1日
苏拉德666 LV4
2023年5月15日
LCL10086 LV3
2022年12月29日
hihhhh LV6
2022年12月25日
短巷拥猫 LV12
2022年12月10日
renyuan LV9
2022年12月7日
mikyfx LV4
2022年11月30日
最近浏览更多
897258976 LV8
8月29日
柳咪华沙 LV7
6月28日
微信网友_7051335135711232
6月24日
暂无贡献等级
3049594659
6月24日
暂无贡献等级
TY0165 LV20
6月19日
qq970040477 LV24
6月16日
adminadminsqwqe LV8
6月14日
CHEN888rrr
6月4日
暂无贡献等级
微信网友_6966111887429632 LV1
4月25日
ChenQAQ1
4月21日
暂无贡献等级