RuoYi
2023-06-30 356b451b2ad0f3e51eb5473c4d14fdfe3386ac07
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;
}