1098226878
2021-08-06 c75d4188e19e744d0b6e3f7536528e396a391dc0
service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
@@ -5,6 +5,7 @@
import com.java110.dto.report.ReportRoomDto;
import java.util.List;
import java.util.Map;
/**
 * @ClassName ICommunityServiceDao
@@ -52,5 +53,5 @@
     *
     * @return
     */
    List<CommunityDto> getCommunitys(CommunityDto communityDto);
    List<Map> getCommunitys(Map communityDto);
}