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