首页>代码>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;
	}
    
	
    
}
最近下载更多
houhanlin33  LV3 2023年12月28日
ExamplesDYC  LV13 2023年8月31日
张三12348613  LV3 2023年6月20日
sjl821120  LV6 2023年6月10日
小屁孩  LV7 2023年3月28日
我也不知道谁的  LV3 2023年3月28日
AlanYang  LV5 2023年3月28日
代码小白200  LV1 2022年12月27日
云龙123456  LV7 2022年12月2日
矮胖子  LV2 2022年11月29日
最近浏览更多
WaZiN7  LV6 昨天
不顾asdf  LV7 4月8日
vluobo  LV1 3月19日
WBelong  LV7 3月8日
GK-MDR  LV1 3月7日
shenghaer  LV1 2月9日
阿凡达  LV9 1月29日
暂无贡献等级
houhanlin33  LV3 2023年12月28日
wuge123  LV8 2023年12月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友