RuoYi
2024-11-22 a222c2479605fcffc4fcd8aa5856182105a3f44c
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/HttpStatus.java
@@ -5,7 +5,7 @@
 * 
 * @author ruoyi
 */
public interface HttpStatus
public class HttpStatus
{
    /**
     * 操作成功
@@ -86,4 +86,9 @@
     * 接口未实现
     */
    public static final int NOT_IMPLEMENTED = 501;
    /**
     * 系统警告消息
     */
    public static final int WARN = 601;
}