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; } }

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日
最代码官方 LV168
2023年8月27日