首页>代码>ssm开发crm客户关系信息管理系统>/crm/src/cn/itcast/common/utils/Page.java
package cn.itcast.common.utils;

import java.util.List;

public class Page<T> {
    
	private int total;
	private int page;
	private int size;
    private List<T> rows;
	public int getTotal() {
		return total;
	}
	public void setTotal(int total) {
		this.total = total;
	}
	public int getPage() {
		return page;
	}
	public void setPage(int page) {
		this.page = page;
	}
	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;
	}
    
	
    
}
最近下载更多
代码小白200  LV1 2022年12月27日
云龙123456  LV6 2022年12月2日
矮胖子  LV2 2022年11月29日
zw050256  LV7 2022年9月30日
最代码-宋家辉  LV60 2022年7月14日
and123456  LV11 2022年7月14日
 LV7 2022年6月11日
yuqi886  LV5 2022年4月16日
wangyang520  LV6 2022年4月16日
crofsun  LV8 2022年3月28日
最近浏览更多
chensheng11  LV2 3月10日
ssy552  LV10 2月24日
WanLiuYun  LV11 2月3日
网约车源码 1月15日
暂无贡献等级
182794730rr  LV1 1月15日
dao yuo 1月6日
暂无贡献等级
代码小白200  LV1 2022年12月27日
qwer123978ca  LV1 2022年12月20日
taoshen95  LV10 2022年12月20日
我睡觉时不困  LV7 2022年12月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友