gongchunyi
2 天以前 b504b19b0881a7c1bd9e280ba41e993956b7f94e
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();
}