zouhuu
2023-04-17 f04ca57f7a3d8112e6c7f5c5a4dc72f1ba9e8edc
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;
}