huliguo
10 天以前 e3a2245265516fef78b4737d6fffc939e7c5e0af
pt-errand/src/main/java/com/ruoyi/errand/service/CommunityService.java
@@ -18,7 +18,7 @@
public interface CommunityService extends IService<Community> {
    R<List<CommunityListVO>> getCommunity(Integer communityId);
    R<List<CommunityListVO>> getTotalCommunityList();
    R<List<CommunityListVO>> getTotalCommunityList(String name);
    List<AllCommunityListVO> getAllCommunityList();