gongchunyi
16 小时以前 dfe6c610fe4a6b2c99dc9ee66ef8f6fe1c89ceda
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;
}