台桌增加绑定状态筛选

This commit is contained in:
张松
2025-03-11 10:58:39 +08:00
parent 809109614e
commit 240e43daef
5 changed files with 18 additions and 14 deletions

View File

@@ -35,5 +35,5 @@ public interface ShopTableService extends IService<ShopTable> {
Boolean clear(long shopId, ShopTableClearDTO shopTableClearDTO);
Page<ShopTableVO> pageInfo(Long shopId, Integer areaId, String tableCode, String status, String name);
Page<ShopTableVO> pageInfo(Long shopId, Integer areaId, String tableCode, String status, String name, Boolean isBind);
}