转桌 台桌状态
This commit is contained in:
@@ -33,6 +33,11 @@ public interface ShopTableService extends IService<ShopTable> {
|
||||
|
||||
Boolean updateInfo(long shopId, ShopTableDTO shopTableDTO);
|
||||
|
||||
/**
|
||||
* 更新台桌状态
|
||||
*/
|
||||
Boolean updateStatus(long shopId, Long tableId, String tableCode, String status);
|
||||
|
||||
Boolean clear(long shopId, ShopTableClearDTO shopTableClearDTO);
|
||||
Boolean expiredTable(long tableId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user