yanghui
2022-10-27 28e8b38e9de8cc76084d0af6a96d2d9d1e1f739f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/HttpStatus.java
@@ -90,4 +90,9 @@
     * 接口未实现
     */
    public static final int NOT_IMPLEMENTED = 501;
    /**
     * 暂不支持
     */
    public static final int NOT_ACCEPTABLE = 406;
}