Merge branch 'refs/heads/dev' into test

This commit is contained in:
2024-10-30 10:40:17 +08:00
10 changed files with 169 additions and 94 deletions

View File

@@ -14,7 +14,6 @@ public class ChoseCountDTO {
private Integer shopId;
@NotEmpty
private String tableId;
@NotNull
@Min(1)
private Integer num;
}

View File

@@ -11,6 +11,7 @@ public class ShopEatTypeInfoDTO {
private boolean isMunchies;
private boolean isDineInAfter;
private boolean isDineInBefore;
private boolean needSeatFee;
private TbShopInfo shopInfo;
private String useType;
private String sendType;