预约端-预定单:查询预约单选中台桌
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.czg.account.service;
|
||||
|
||||
import com.czg.account.dto.BkOrderDTO;
|
||||
import com.czg.account.entity.BkOrderTable;
|
||||
import com.czg.account.vo.BkTableVO;
|
||||
import com.mybatisflex.core.service.IService;
|
||||
import com.czg.account.entity.BkOrder;
|
||||
@@ -27,6 +28,14 @@ public interface BkOrderService extends IService<BkOrder> {
|
||||
*/
|
||||
List<BkOrder> bookings(Long shopId, String search, LocalDate start, LocalDate end, String status);
|
||||
|
||||
/**
|
||||
* 查询预约单的台桌列表
|
||||
* @param shopId 店铺id
|
||||
* @param bkOrderId 预约单id
|
||||
* @return 预约单的台桌列表
|
||||
*/
|
||||
List<BkOrderTable> bookingTables(Long shopId, Long bkOrderId);
|
||||
|
||||
/**
|
||||
* 预约
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user