springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngVillageDO.java
@@ -27,7 +27,7 @@ /** * 门牌号 */ private Integer houseNum; private String houseNum; /** * 小区(组) */ @@ -48,4 +48,20 @@ * 街道id */ private Long streetId; /** * 小区类型(1.城镇 2.农村 3.未知) */ private Integer type; /** * 小区地址 */ private String address; /** * 更新时间 */ @TableField(fill = FieldFill.UPDATE) private Date updateAt; }