From 60ba6abd93f8b80c99543fad618f4d62d801d31a Mon Sep 17 00:00:00 2001
From: huanghongfa <18228131219@163.com>
Date: 星期二, 29 十二月 2020 17:51:55 +0800
Subject: [PATCH] 联调接口修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
index fecf0d3..1922cda 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -1,5 +1,6 @@
 package com.panzhihua.service_community.service;
 
+import com.panzhihua.common.model.dtos.community.PageComActDTO;
 import com.panzhihua.common.model.vos.R;
 import com.panzhihua.common.model.vos.community.ComActVO;
 
@@ -28,4 +29,16 @@
      * @return 社区集合
      */
     R listCommunity(ComActVO comActVO);
+    /**
+     * 社区详情
+     * @param communityId 社区id
+     * @return 社区详情
+     */
+    R detailCommunity(Long communityId);
+    /**
+     * 分页查询社区
+     * @param pageComActDTO 查询参数
+     * @return 分页集合
+     */
+    R pageCommunity(PageComActDTO pageComActDTO);
 }

--
Gitblit v1.7.1