就餐模式获取调整
This commit is contained in:
@@ -13,5 +13,5 @@ import javax.validation.constraints.NotNull;
|
||||
private String shopId;
|
||||
@NotEmpty
|
||||
private String useType;
|
||||
private Long tableId;
|
||||
private String tableId;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ public class RemoveCartDTO {
|
||||
private Integer cartId;
|
||||
@NotNull
|
||||
private Integer shopId;
|
||||
private Long tableId;
|
||||
private String tableId;
|
||||
@NotBlank
|
||||
private String useType;
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@ public class ShopEatTypeInfoDTO {
|
||||
private TbShopInfo shopInfo;
|
||||
private String useType;
|
||||
private Object shopId;
|
||||
private Object tableId;
|
||||
private String tableId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user