下单校验餐位费

This commit is contained in:
2024-10-11 11:45:41 +08:00
parent 3b182796ab
commit c49088def2
2 changed files with 6 additions and 3 deletions

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 Object shopId;