gongchunyi
14 小时以前 7f7993e0fde1e08bfd37982ab6eb9e5a08545b2d
src/main/java/com/ruoyi/common/constant/HttpStatus.java
@@ -86,4 +86,9 @@
     * 接口未实现
     */
    public static final int NOT_IMPLEMENTED = 501;
    /**
     * 系统警告消息
     */
    public static final int WARN = 601;
}