648540858
2024-03-24 3e02e496f6c3e4d2fae73b1d42a51d0ce35795dc
src/main/java/com/genersoft/iot/vmp/vmanager/bean/WVPResult.java
old mode 100644 new mode 100755
@@ -28,6 +28,10 @@
        return new WVPResult<>(ErrorCode.SUCCESS.getCode(), msg, t);
    }
    public static WVPResult success() {
        return new WVPResult<>(ErrorCode.SUCCESS.getCode(), ErrorCode.SUCCESS.getMsg(), null);
    }
    public static <T> WVPResult<T> success(T t) {
        return success(t, ErrorCode.SUCCESS.getMsg());
    }