摘要: import java.util.List;/** * 分页对象 */public class PageBean<T> { /** * 当前页显示的数据 */ private List<T> items; /** * 当前页码 */ private long currentPageNum; /** 阅读全文
posted @ 2019-10-13 19:59 朱思年 阅读(200) 评论(0) 推荐(0) 编辑