| | |
| | | package com.panzhihua.service_community.service; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.PageComActDTO; |
| | | import com.panzhihua.common.model.dtos.user.PageFeedBackDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComActVO; |
| | | |
| | |
| | | * @return 分页集合 |
| | | */ |
| | | R pageCommunity(PageComActDTO pageComActDTO); |
| | | /** |
| | | * 查询平台所有的社区 |
| | | * @return 社区集合 按照创建顺序倒序排列 |
| | | */ |
| | | R listCommunityAll(); |
| | | /** |
| | | * 删除社区 |
| | | * @param communityId 社区id |
| | | * @return 删除结果 |
| | | */ |
| | | R delectCommunity(Long communityId); |
| | | |
| | | /** |
| | | * 综治后台-查询社区列表 |
| | | * @return 社区列表 |
| | | */ |
| | | R getCommunityLists(); |
| | | } |