gongchunyi
19 小时以前 b25258e282d5a53d851a7e19132ecbc842eee7b9
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -54,4 +54,24 @@
    List<Map<String, Object>> productInOutAnalysis(Integer type);
    List<MapDto> productTurnoverDays();
    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();
}