台桌增加绑定状态筛选
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user