代客下单调整

This commit is contained in:
2024-09-26 17:49:07 +08:00
parent efb7e64323
commit 1db4743ac8
2 changed files with 40 additions and 50 deletions

View File

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