疯狂的狮子li
2020-06-01 8a62368141a93ee7d8fd53e3d88414904ab5eb3d
ruoyi/src/main/java/com/ruoyi/framework/web/page/TableDataInfo.java
@@ -22,7 +22,7 @@
    private int code;
    /** 消息内容 */
    private int msg;
    private String msg;
    /**
     * 表格数据对象
@@ -73,12 +73,12 @@
        this.code = code;
    }
    public int getMsg()
    public String getMsg()
    {
        return msg;
    }
    public void setMsg(int msg)
    public void setMsg(String msg)
    {
        this.msg = msg;
    }