liyong
昨天 bb1befa2a8abae3f75cc71b524c46a6d206cb46b
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();
}