huanghongfa
2022-04-11 94a69f5c6b470a59b2642f870861a62dd00eef84
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleDO.java
@@ -161,8 +161,8 @@
    /**
     * 是否已删除(1.是   2.否)
     */
    public interface isDel{
        int yes = 1;
        int no = 2;
    public interface IsDel{
        int YES = 1;
        int NO = 2;
    }
}
}