huanghongfa
2021-03-30 a7d9e6b98912b9ac4bfef626036e57b14ee4c22e
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java
@@ -158,4 +158,10 @@
    @ApiModelProperty(value="修改时间")
    private Date updateAt;
    /**
     * 是否租住(0.否 1.是)
     */
    @ApiModelProperty(value="是否租住(0.否 1.是)")
    private Integer isRent;
}