台桌 用餐人数

This commit is contained in:
2025-11-28 14:03:25 +08:00
parent 0b0e3ebba3
commit 44159715ac
3 changed files with 6 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ public class BkTableVO {
public static class TableVO {
private Long tableId;
private String tableName;
private Integer tableUserNum;
private List<BkOrder> bkOrders;
}