wuxw
2023-10-27 a3f3bdb9d56cb9b4d1527b0306758df3fc2cb8b6
java110-bean/src/main/java/com/java110/vo/ResultVo.java
@@ -216,6 +216,9 @@
        return JSONObject.toJSONString(this, SerializerFeature.DisableCircularReferenceDetect, SerializerFeature.WriteDateUseDateFormat);
    }
    public static ResultVo ok(){
        return new ResultVo(ResultVo.CODE_OK,ResultVo.MSG_OK);
    }
    /**
     * 创建ResponseEntity对象