From b500fcb5f25d0f1f0e31304fd1fa340e84360f3a Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期六, 22 五月 2021 10:56:41 +0800 Subject: [PATCH] 实有人口优化 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java index a144249..916ea7a 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java @@ -160,26 +160,6 @@ private String birthday; /** - * 房屋状态(1.自住 2.租住 3.其他) - */ - private Integer houseStatus; - - /** - * 房屋用途(1.住宅 2.公寓 3.宿舍 4.仓库 5.其他) - */ - private Integer housePurpose; - - /** - * 管控状态(1.常规 2.关注 3.管控) - */ - private Integer controlStatus; - - /** - * 是否是居住地(1.是 2.否) - */ - private Integer isResidence; - - /** * 居住地房屋id */ private Long houseId; -- Gitblit v1.7.1