就餐模式获取调整

This commit is contained in:
2024-09-27 09:41:54 +08:00
parent b4f227878a
commit cf9ff5c380
6 changed files with 19 additions and 18 deletions

View File

@@ -13,5 +13,5 @@ import javax.validation.constraints.NotNull;
private String shopId;
@NotEmpty
private String useType;
private Long tableId;
private String tableId;
}

View File

@@ -12,7 +12,7 @@ public class RemoveCartDTO {
private Integer cartId;
@NotNull
private Integer shopId;
private Long tableId;
private String tableId;
@NotBlank
private String useType;
}

View File

@@ -14,5 +14,5 @@ public class ShopEatTypeInfoDTO {
private TbShopInfo shopInfo;
private String useType;
private Object shopId;
private Object tableId;
private String tableId;
}