From 8788a78ad30c1bb9d50d91b10e76d3ae47ed8da2 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期一, 07 六月 2021 09:28:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/test_future_wangge' into test_future_wangge --- 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