package com.bjsxt.oa;
import java.util.List;
public class PagerModel {
/**
* 总记录数
*/
private int total;
/**
* 当前页结果集
*/
private List datas;
public List getDatas() {
return datas;
}
public void setDatas(List datas) {
this.datas = datas;
}
public int getTotal() {
return total;
}
public void setTotal(int total) {
this.total = total;
}
}
最近浏览更多
315323244
9月6日
暂无贡献等级
xfcxzks LV1
5月2日
PLVAE_514 LV2
3月7日
xiaohuaidan455 LV2
2月23日
asdfg01234 LV10
1月10日
weishenme1993 LV9
1月1日
huhansan LV10
2023年10月13日
vilychan LV2
2023年9月8日
itlaolang LV6
2023年9月4日
zhanglm119 LV3
2023年8月30日

最近下载
