后厨 权限

This commit is contained in:
2025-11-27 18:31:54 +08:00
parent 661a13c29d
commit 92a12430ed
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ public class BkTableVO {
private List<BkTableVO.TableVO> tables;
record TableVO(
String tableName, List<BkOrder> bkOrders
Long tableId,String tableName, List<BkOrder> bkOrders
) {
}