RuoYi
2024-12-25 b45dc2ec25f5bf7cc599a4ccc950e05bda3c5c12
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;
}