1
luofl
2025-04-11 1222dbd259fbd739db3f8fc95c95f85822b0a731
cloud-server-management/src/main/java/com/dsh/guns/modular/system/util/ResultUtil.java
@@ -46,7 +46,7 @@
        return code;
    }
    private ResultUtil(Integer status, Integer code, String msg) {
    public ResultUtil(Integer status, Integer code, String msg) {
        this.status = status;
        this.code = code;
        this.msg = msg;
@@ -59,7 +59,7 @@
        this.data = data;
    }
    private ResultUtil(Integer status, Integer code, String msg, T data, String str) {
    public ResultUtil(Integer status, Integer code, String msg, T data, String str) {
        this.status = status;
        this.code = code;
        this.msg = msg;