fix: 无台桌退菜实现
This commit is contained in:
@@ -11,7 +11,6 @@ public class ReturnCartDTO {
|
||||
private Integer cartId;
|
||||
@NotNull
|
||||
private Integer shopId;
|
||||
@NotNull
|
||||
private Long tableId;
|
||||
@NotNull
|
||||
@Min(value = 1, message = "最小数量为1")
|
||||
|
||||
Reference in New Issue
Block a user