首页>代码>基于spring boot2+mybatis+bootstrap开发的个人博客系统>/sbblog/src/main/java/com/lee/common/DataGrid.java
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;
    }
}
最近下载更多
xk16675552250  LV33 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日
微信网友_6199690640592896  LV1 2023年6月26日
1222222tcyy  LV8 2023年6月6日
最近浏览更多
krispeng  LV13 昨天
栾庆浩 10月23日
暂无贡献等级
yyhrhv  LV8 9月4日
TY0165  LV20 6月22日
暂无贡献等级
dnlts_  LV1 5月22日
来一杯西瓜冰咩  LV6 5月13日
Aban-beautiful 5月13日
暂无贡献等级
goccgoccgocc  LV4 5月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友