gongchunyi
4 天以前 2ed500595e8e56431d9ddefb19c30a566f416e55
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -120,5 +120,13 @@
    List<HomeEnergyStatisticsDto> energy(productionStatisticsDto dto);
    SolidWasteCoreIndicatorsDto coreIndicators(productionStatisticsDto dto);
    List<SolidWasteStatisticsDto> trends(productionStatisticsDto dto);
    List<MapDto> typeDistribution(productionStatisticsDto dto);
    Map<String,Long> manage();
    List<PlanTrendsDto> planTrends(Integer type);
}