zss
2 天以前 6cd456701adfa4f8b5331b2cd9ca5c4df65ce783
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -54,4 +54,14 @@
    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();
}