huliguo
6 天以前 adac148db7cefc6848933989d407b1827749a5a6
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();