PowderSnow
2024-05-13 af8d62e5e20b8a8d131bdf326b7d2304d0a96b88
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;
}