| | |
| | | import com.ruoyi.system.domain.TOrderMeal; |
| | | import com.ruoyi.system.query.TDataStatisticsQuery; |
| | | import com.ruoyi.system.query.TOrderMealQuery; |
| | | import com.ruoyi.system.vo.AmountSumVO; |
| | | import com.ruoyi.system.vo.SalesVolumeVO; |
| | | import com.ruoyi.system.vo.TOrderMealVO; |
| | | import com.ruoyi.system.vo.*; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<TOrderMealVO> exportOrderMeal(@Param("query")TOrderMealQuery query); |
| | | |
| | | /** |
| | | * 查询下单趋势 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | List<OrderTrendsVO> orderingTrends(@Param("query")TDataStatisticsQuery query); |
| | | |
| | | /** |
| | | * 查询接待人数统计 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | List<PersonnelStatisticsVO> personnelStatistics(@Param("query")TDataStatisticsQuery query); |
| | | |
| | | } |