罗元桥
2021-06-16 02b5015e989fef8878744d50f21a092efa395231
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationHouseUserDO.java
@@ -23,7 +23,7 @@
    /**
     * 主键id
     */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.INPUT)
    private Long id;
    /**
@@ -42,6 +42,21 @@
    private Integer relation;
    /**
     * 人和房屋关系’ (1.自住2、租住)
     */
    private Integer relationId;
    /**
     * 入住开始时间
     */
    private Date startAt;
    /**
     * 入住结束时间
     */
    private Date endAt;
    /**
     * 创建时间
     */
    @TableField(fill = FieldFill.INSERT)