1.2
luo
2024-01-02 59f63a8ef0078b06f010d25abfef2772c944a56f
guns-management/src/main/java/com/stylefeng/guns/modular/system/util/ResultUtil.java
@@ -51,7 +51,7 @@
        return code;
    }
    private ResultUtil(Integer code, String msg) {
    public ResultUtil(Integer code, String msg) {
        this.code = code;
        this.msg = msg;
    }