预约段 接口 层级

This commit is contained in:
2025-11-27 18:21:19 +08:00
parent 5f9a06f61f
commit 661a13c29d
3 changed files with 5 additions and 5 deletions

View File

@@ -14,9 +14,9 @@ public class BkTableVO {
private String areaName;
private List<BkTableVO.tableVO> tables;
private List<BkTableVO.TableVO> tables;
record tableVO(
record TableVO(
String tableName, List<BkOrder> bkOrders
) {
}