liyong
21 小时以前 3b94346fea3e6bdc74232615a11a764d0481383a
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -64,4 +64,14 @@
    MonthlyIncomeDto monthlyIncome();
    MonthlyExpenditureDto monthlyExpenditure();
    List<InputOutputAnalysisDto> inputOutputAnalysis(Integer type);
    List<MapDto> processOutputAnalysis(Integer type);
    List<WorkOrderEfficiencyDto> workOrderEfficiencyAnalysis(Integer type);
    List<MapDto> productionAccountingAnalysis(Integer type);
    List<MapDto> orderCount();
}