RuoYi
2023-11-10 4ca30f08d64de84479b3b510bc8153550f99d1f3
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;
}