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