101captain
2022-05-27 84b51d9bfddcc8da58823fde1b322a8168db5cff
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/HttpStatus.java
@@ -5,8 +5,7 @@
 * 
 * @author huanghongfa
 */
public class HttpStatus
{
public class HttpStatus {
    /**
     * 操作成功
     */
@@ -91,4 +90,9 @@
     * 接口未实现
     */
    public static final int NOT_IMPLEMENTED = 501;
    /**
     * 暂不支持
     */
    public static final int NOT_ACCEPTABLE = 406;
}