校验店铺全局餐位费

This commit is contained in:
2024-09-29 11:15:35 +08:00
parent c2c92d9fc2
commit 5229aff1f8
3 changed files with 44 additions and 6 deletions

View File

@@ -13,4 +13,6 @@ public class ShopEatTypeInfoDTO {
private boolean isDineInBefore;
private TbShopInfo shopInfo;
private String useType;
private boolean isOpenTakeout;
private boolean isOpenDineIn;
}