自定义通用分页

第一步配置PageBean(util) public class PageBean { private int page = 1;// 页码 private int rows = 3;// 行数/页大小 private int total = 0;// 总记录数 private boolean pagination = true;// 默认分页 private String url;// 上一
相关文章
相关标签/搜索