101captain
2022-02-22 c83cf9d2d82a0a29a15e38f4566eb470b9a3517b
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -81,6 +81,13 @@
    R getCommunityLists();
    /**
     * 查询西区社区列表
     *
     * @return 社区列表
     */
    R getWestCommunityLists();
    /**
     * 查询社区所有列表
     * 
     * @return 社区列表
@@ -104,4 +111,6 @@
     * @return 社区列表
     */
    R communitySwitchSearchDistanceList(SearchCommunityDTO communityDTO);
    R getCommunityPassword(Long communityId);
}