From 54ad966d0b142c97fc659263b51d1ea5d7b5c7c6 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期五, 28 五月 2021 16:17:08 +0800 Subject: [PATCH] 修改bug --- 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