gongchunyi
昨天 1bc0c6c7842e29711e576e58b0aca00fabd92df0
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<ProductionAccountingDto> productionAccountingAnalysis(Integer type);
    List<MapDto> orderCount();
}