预约段 接口 层级
This commit is contained in:
@@ -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
|
||||
) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user