gongchunyi
4 天以前 5ac4f450b6b4bd726cefb57a626a46c56dbbc42e
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -125,4 +125,8 @@
    List<SolidWasteStatisticsDto> trends(productionStatisticsDto dto);
    List<MapDto> typeDistribution(productionStatisticsDto dto);
    Map<String,Long> manage();
    List<PlanTrendsDto> planTrends(Integer type);
}