44323
2024-01-17 cef87e5c90c5551df2f98047e113530d79270e9f
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;
    }