| | |
| | | import com.ruoyi.system.dto.TOrderMealDTO; |
| | | import com.ruoyi.system.query.TDataStatisticsQuery; |
| | | import com.ruoyi.system.query.TOrderMealQuery; |
| | | import com.ruoyi.system.vo.AmountSumVO; |
| | | import com.ruoyi.system.vo.SalesRankingVO; |
| | | import com.ruoyi.system.vo.SalesVolumeVO; |
| | | import com.ruoyi.system.vo.TOrderMealVO; |
| | | import com.ruoyi.system.vo.*; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<TOrderMealVO> exportOrderMeal(TOrderMealQuery query); |
| | | |
| | | /** |
| | | * 下单趋势 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | List<OrderTrendsVO> orderingTrends(TDataStatisticsQuery query); |
| | | |
| | | /** |
| | | * 接待人数统计 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | List<PersonnelStatisticsVO> personnelStatistics(TDataStatisticsQuery query); |
| | | } |