huliguo
2025-07-31 7b1772169b274e87fe441923f0dbf5e25ee30a72
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();