huanghongfa
2021-05-28 54ad966d0b142c97fc659263b51d1ea5d7b5c7c6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -1,6 +1,7 @@
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;
@@ -46,4 +47,10 @@
     * @return 社区集合 按照创建顺序倒序排列
     */
    R listCommunityAll();
    /**
     * 删除社区
     * @param communityId 社区id
     * @return 删除结果
     */
    R delectCommunity(Long communityId);
}