huanghongfa
2021-05-28 54ad966d0b142c97fc659263b51d1ea5d7b5c7c6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngVillageDO.java
@@ -27,11 +27,11 @@
    /**
     * 门牌号
     */
    private Integer houseNum;
    private String houseNum;
    /**
     * 小区(组)
     */
    private String group;
    private String groupAt;
    /**
     * 创建时间
     */
@@ -42,12 +42,26 @@
    /**
     * 社区id
     */
    @TableId(type = IdType.AUTO)
    private Long communityId;
    /**
     * 街道id
     */
    @TableId(type = IdType.AUTO)
    private Long streetId;
    /**
     * 小区类型(1.城镇 2.农村 3.未知)
     */
    private Integer type;
    /**
     * 小区地址
     */
    private String address;
    /**
     * 更新时间
     */
    @TableField(fill = FieldFill.UPDATE)
    private Date updateAt;
}