package com.gjp.bean;

import java.util.List;

public class Page<T> {

	private Integer total; 				// 总条数
	private Integer pageCount;			// 总页数
	private Integer currentPage = 1; 	// 当前页数
	private Integer size = 10; 			// 每页显示条数
	private List<T> rows; 				// 列表数据

	public int getTotal() {
		return total;
	}

	public void setTotal(int total) {
		this.total = total;
	}

	public int getCurrentPage() {
		return currentPage;
	}

	public void setCurrentPage(int currentPage) {
		this.currentPage = currentPage;
	}

	public int getSize() {
		return size;
	}

	public void setSize(int size) {
		this.size = size;
	}

	public List<T> getRows() {
		return rows;
	}

	public void setRows(List<T> rows) {
		this.rows = rows;
	}

	public int getPageCount() {
		return pageCount;
	}

	public void setPageCount(int pageCount) {
		this.pageCount = pageCount;
	}
	
}
最近下载更多
森sdfgf  LV8 2月8日
zhunishimian  LV6 2023年5月22日
and123456  LV11 2022年7月12日
testuser1234567  LV24 2022年5月23日
Justice_Eternal  LV14 2022年4月12日
wanglinddad  LV54 2022年4月11日
543666826  LV33 2021年11月28日
haiwen  LV19 2021年9月9日
vNOCTISv  LV4 2021年7月27日
lianghui  LV13 2021年7月14日
最近浏览更多
shenghaer  LV1 2月9日
森sdfgf  LV8 2月8日
阿凡达  LV9 1月29日
admin_z  LV22 1月29日
binlong520 1月10日
暂无贡献等级
black8angel  LV4 2023年12月22日
wuge123  LV8 2023年12月18日
pangzhihui  LV12 2023年12月9日
yuan_bin1990  LV7 2023年10月9日
zhaozhiqi  LV5 2023年10月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友