RuoYi
2022-12-03 09bb3e15c65c05f085b5cf4b715dc29b28d19fa2
ruoyi-common/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;
}