首页>代码>基于SpringBoot框架开发的简单商城后台管理系统>/myshop/src/main/java/com/jacklin/myshop/common/ServerLayResult.java
package com.jacklin.myshop.common;

/**
 * Layui表格封装json格式数据工具类
 */
public class ServerLayResult<T> {
    private int code;
    private String msg;
    private long count;
    private  T data;

    public ServerLayResult() {
    }

    public ServerLayResult(int code, String msg, long count, T data) {
        this.code = code;
        this.msg = msg;
        this.count = count;
        this.data = data;
    }

    public int getCode() {
        return code;
    }

    public void setCode(int code) {
        this.code = code;
    }

    public String getMsg() {
        return msg;
    }

    public void setMsg(String msg) {
        this.msg = msg;
    }

    public long getCount() {
        return count;
    }

    public void setCount(long count) {
        this.count = count;
    }

    public T getData() {
        return data;
    }

    public void setData(T data) {
        this.data = data;
    }
}
最近下载更多
C544350851  LV26 6月2日
15578157792  LV7 2024年10月24日
artemiszer0  LV2 2024年7月4日
zhezhizzzz  LV2 2024年6月29日
TY0165  LV20 2024年6月26日
计科一班  LV7 2024年6月18日
yyhrhv  LV8 2024年5月30日
llllllK  LV5 2024年5月13日
Luck_ZDM  LV12 2024年4月12日
jay1992  LV14 2024年3月11日
最近浏览更多
C544350851  LV26 6月2日
sn764889012 4月16日
暂无贡献等级
cainiao1101 2月11日
暂无贡献等级
王愉悦  LV4 2024年12月3日
haomc052829  LV4 2024年12月3日
yoyo123  LV1 2024年11月26日
wanglonggggg 2024年11月8日
暂无贡献等级
yangchengshuai  LV15 2024年10月29日
15578157792  LV7 2024年10月24日
bluerstar  LV1 2024年10月23日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友