1.台桌列表支持精确搜索

2.台桌选择人数校验最大人数
This commit is contained in:
2024-09-13 10:24:12 +08:00
parent ff27101e13
commit b1e5ae969b
2 changed files with 13 additions and 1 deletions

View File

@@ -36,4 +36,7 @@ public class TbShopTableQueryCriteria{
@Query
private Integer areaId;
}
@Query
private Long qrcode;
}