8 天以前 f0efc10af370936b4db47b8428eb1ca4686431f9
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -31,27 +31,68 @@
    Long noticesCount();
    ProductionProgressDto productionProgress();
    ProductionTurnoverDto workInProcessTurnover();
    DeptStaffDistributionDto deptStaffDistribution();
    HomeSummaryDto summaryStatistics();
    List<SupplierPurchaseRankingDto> supplierPurchaseRanking(Integer type);
    List<SupplierPurchaseRankingDto> supplierPurchaseRanking(Integer type, String startDate, String endDate);
    CustomerRevenueAnalysisDto customerRevenueAnalysis(Long customerId, Integer type);
    ProductCategoryDistributionDto productCategoryDistribution();
    List<CustomerContributionRankingDto> customerContributionRanking(Integer type);
    List<CustomerContributionRankingDto> customerContributionRanking(Integer type, String startDate, String endDate);
    List<MapDto> productSalesAnalysis();
    List<MapDto> productSalesAnalysis(String startDate, String endDate);
    List<MapDto> rawMaterialPurchaseAmountRatio();
    List<MapDto> rawMaterialPurchaseAmountRatio(String startDate, String endDate);
    List<MapDto> salesPurchaseStorageProductCount();
    List<MapDto> salesPurchaseStorageProductCount(String startDate, String endDate);
    List<Map<String, Object>> productInOutAnalysis(Integer type);
    List<Map<String, Object>> productInOutAnalysis(Integer type, String startDate, String endDate);
    List<MapDto> productTurnoverDays();
    List<MapDto> productTurnoverDays(String startDate, String endDate);
    List<Map<String, Object>> incomeExpenseAnalysis(Integer type);
    List<MapDto> profitTrendAnalysis();
    List<MapDto> expenseCompositionAnalysis(Integer type);
    MonthlyIncomeDto monthlyIncome();
    MonthlyExpenditureDto monthlyExpenditure();
    List<InputOutputAnalysisDto> inputOutputAnalysis(Integer type);
    List<MapDto> processOutputAnalysis(Integer type);
    List<WorkOrderEfficiencyDto> workOrderEfficiencyAnalysis(Integer type);
    List<ProductionAccountingDto> productionAccountingAnalysis(Integer type);
    List<MapDto> orderCount();
    QualityQualifiedAnalysisDto rawMaterialDetection(Integer type);
    QualityQualifiedAnalysisDto processDetection(Integer type);
    QualityQualifiedAnalysisDto factoryDetection(Integer type);
    QualityInspectionCountDto qualityInspectionCount();
    NonComplianceWarningDto nonComplianceWarning();
    List<CompletedInspectionCountDto> completedInspectionCount();
    List<UnqualifiedProductRankDto> unqualifiedProductRanking();
    List<MapDto> unqualifiedProductProcessingAnalysis();
    QualityStatisticsDto qualityInspectionStatistics(Integer type);
    List<processDataProductionStatisticsDto> processDataProductionStatistics(Integer type, List<Long> processIds);
}