lidongdong
2023-08-24 8c0b5b30e5200e7bd45aa34507c3623e17fcce91
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/HttpStatus.java
@@ -5,8 +5,13 @@
 * 
 * @author huanghongfa
 */
public class HttpStatus
{
public class HttpStatus {
    /**
     * 正常
     */
    public static final int NORMAL = 0;
    /**
     * 操作成功
     */
@@ -91,4 +96,9 @@
     * 接口未实现
     */
    public static final int NOT_IMPLEMENTED = 501;
    /**
     * 暂不支持
     */
    public static final int NOT_ACCEPTABLE = 406;
}