From b50e7f99c2f1b91dbc2a6cce7c9f113ad7ce459f Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期五, 20 八月 2021 10:56:25 +0800 Subject: [PATCH] 提交城管安排接口 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java index cf5f92d..f1439de 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java @@ -8,6 +8,8 @@ import com.panzhihua.common.model.vos.R; import com.panzhihua.common.model.vos.community.ComMngVillageServeExcelVO; import com.panzhihua.common.model.vos.community.ComMngVillageVO; +import com.panzhihua.service_community.model.dos.ComMngVillageDO; +import org.springframework.web.bind.annotation.PostMapping; import java.util.List; @@ -31,6 +33,14 @@ R listComActVillage(ComMngVillageVO comMngVillageVO); /** + * 根据房屋id查询实有房屋 + * + * @param villageId 查询条件 + * @return 查询结果 + */ + ComMngVillageDO getVillageById(Long villageId); + + /** * 分页查询实有房屋 * @param pageComMngVillageDTO 查询参数 * @return 分页集合 -- Gitblit v1.7.1