101captain
2022-03-14 cc7d28f6a5df2dedb6d27f436e99c48df6c267b4
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActNeighborCircleDO.java
@@ -121,6 +121,16 @@
     */
    private Integer type;
    /**
     * 热度
     */
    private Long hotNum;
    /**
     * 是否已删除(1.是   2.否)
     */
    private Integer isDel;
    @Override
    public String toString() {
        return "ComActNeighborCircleDO{" + "id=" + id + ", releaseId=" + releaseId + ", releasePhone=" + releasePhone
@@ -147,4 +157,12 @@
        int mini = 1;
        int admin = 2;
    }
    /**
     * 是否已删除(1.是   2.否)
     */
    public interface isDel{
        int yes = 1;
        int no = 2;
    }
}