| | |
| | | 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(); |
| | | |
| | | List<InputOutputAnalysisDto> inputOutputAnalysis(Integer type); |
| | | |
| | | List<MapDto> processOutputAnalysis(Integer type); |
| | | |
| | | List<WorkOrderEfficiencyDto> workOrderEfficiencyAnalysis(Integer type); |
| | | |
| | | List<MapDto> productionAccountingAnalysis(Integer type); |
| | | |
| | | List<MapDto> orderCount(); |
| | | } |