转桌 台桌状态

This commit is contained in:
2026-03-26 09:53:35 +08:00
parent ab697be8ef
commit e8731e1d4d
3 changed files with 21 additions and 12 deletions

View File

@@ -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);