fix: 无台桌退菜实现

This commit is contained in:
SongZhang 2024-10-30 14:04:06 +08:00
parent 6ec1e0ef7d
commit 3f0329a7c5
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ public class ReturnCartDTO {
private Integer cartId;
@NotNull
private Integer shopId;
@NotNull
private Long tableId;
@NotNull
@Min(value = 1, message = "最小数量为1")