From 3b855b9c20751a5fee840e686988e8e094773a54 Mon Sep 17 00:00:00 2001 From: CeDo <cedoogle@gmail.com> Date: 星期二, 15 六月 2021 11:02:40 +0800 Subject: [PATCH] bugfixed --- 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