feat: 1.餐位费允许增减数量 2.选择人数根据店铺配置决定是否操作
This commit is contained in:
@@ -14,7 +14,6 @@ public class ChoseCountDTO {
|
||||
private Integer shopId;
|
||||
@NotEmpty
|
||||
private String tableId;
|
||||
@NotNull
|
||||
@Min(1)
|
||||
private Integer num;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user