gongchunyi
7 天以前 77588d1a5581b0ae0874c43f406b1981c3da20e9
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -91,4 +91,20 @@
    List<UnqualifiedProductRankDto> unqualifiedProductRanking();
    List<MapDto> unqualifiedProductProcessingAnalysis();
    QualityStatisticsDto qualityInspectionStatistics(Integer type);
    List<processDataProductionStatisticsDto> processDataProductionStatistics(Integer type, List<Long> processIds);
    Map<String,Long> total();
    String salesAnalysis(SalesDeliveryDto salesDeliveryDto);
    String salesRanking(SalesDeliveryDto salesDeliveryDto);
    String salesAmount(SalesDeliveryDto salesDeliveryDto);
    String salesDataRanking(SalesDeliveryDto salesDeliveryDto);
    SalesTotalDto customerTrends(SalesDeliveryDto salesDeliveryDto);
}