| | |
| | | import com.ruoyi.system.domain.TOrderSale; |
| | | import com.ruoyi.system.dto.CheckoutDTO; |
| | | import com.ruoyi.system.dto.TOrderSaleDTO; |
| | | import com.ruoyi.system.export.SumGeneratorClient; |
| | | import com.ruoyi.system.query.*; |
| | | import com.ruoyi.system.vo.*; |
| | | |
| | |
| | | * @param query |
| | | * @return |
| | | */ |
| | | AmountSumVO amountSum(TOrderMealQuery query); |
| | | AmountSumVO amountSum(TOrderSaleQuery query); |
| | | |
| | | /** |
| | | * 查询销售销售量统计 |
| | |
| | | * @return |
| | | */ |
| | | List<TDataGeneratorVO> saleGeneratorListExport(TDataGeneratorQuery query); |
| | | |
| | | /** |
| | | * 盈利明细详情 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | ProfitDetailsVO profitDetails(ProfitDetailsQuery query); |
| | | |
| | | /** |
| | | * 明细导出 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | List<GoodsProfitVO> profitDetailsExport(ProfitDetailsQuery query); |
| | | |
| | | /** |
| | | * 删除销售数据 |
| | | * @param shopId |
| | | */ |
| | | void deleteByShopId(Long shopId); |
| | | |
| | | Map<String, Double> getDataGeneratorSaleDetailOrderMoney(TDataGeneratorSaleQuery query); |
| | | |
| | | } |