springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java
@@ -53,4 +53,29 @@ * @return 小区地址编码 */ R selectAreaById(Long areaId); /** * 查询小区 * @param communityId 社区id * @return 小区集合 */ R listArea(Long communityId); /** * 小区详情 * @param areaId 小区id * @return 小区信息 */ R detailArea(Long areaId); /** * 选择导入的小区 * @param param 小区名字 模糊查询 * @param communityId 社区id * @return 小区集合 ComMngStructAreaVO */ R listAreas(String param, Long communityId); /** * 检查小区是否已经批量设置过房屋并且返回小区房屋门号规则 * @param id 小区id * @return ComMngStructAreaVO */ R checkAreaHouse(Long id); }