| | |
| | | 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); |
| | | } |