huanghongfa
2020-12-07 880183edcf14844996e5f515b0c83c69c7dcb2d4
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/model/dos/ComBpActivityDO.java
@@ -23,7 +23,7 @@
     * id
     */
    @TableId(type = IdType.AUTO)
    private Integer id;
    private Long id;
    /**
     * 活动名称
@@ -101,5 +101,5 @@
    /**
     * 社区id
     */
    private Integer communityId;
    private Long communityId;
}