springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngVillageDO.java
@@ -31,7 +31,7 @@ /** * 小区(组) */ private String group; private String groupAt; /** * 创建时间 */ @@ -42,12 +42,10 @@ /** * 社区id */ @TableId(type = IdType.AUTO) private Long communityId; /** * 街道id */ @TableId(type = IdType.AUTO) private Long streetId; }