package com.lee.common;
import java.util.ArrayList;
import java.util.List;
/**
* 表格数据存储对象
* 默认作为bootstrap表格对应的数据结构存储对象
* author:lee
*/
public class DataGrid {
private Long total = Long.valueOf(0);
private List rows = new ArrayList();
public Long getTotal() {
return total;
}
public void setTotal(Long total) {
this.total = total;
}
public List getRows() {
return rows;
}
public void setRows(List rows) {
this.rows = rows;
}
}
最近下载更多
dddding yang LV6
9月15日
zolscy LV24
2024年12月18日
xk16675552250 LV33
2024年1月11日
WHY-small LV15
2023年12月13日
ysugxx LV9
2023年12月5日
2410068425 LV23
2023年12月3日
luqi40281518 LV7
2023年10月7日
lvhongquan LV11
2023年9月20日
186092 LV4
2023年9月19日
放opdf LV6
2023年8月20日
最近浏览更多
xxx123456759
10月4日
暂无贡献等级
dddding yang LV6
9月15日
微信网友_7513956916826112 LV3
5月18日
西凉河的葛三叔 LV3
5月17日
dane168 LV10
2月17日
nightstarshii
1月26日
暂无贡献等级
三秋桂子 LV1
2024年12月22日
ma406805131 LV19
2024年12月18日
dengge123 LV14
2024年12月13日
zolscy LV24
2024年12月9日

