新增创建订单 切换就餐模式接口

This commit is contained in:
2024-09-29 16:05:43 +08:00
parent 71f86c20d3
commit 4569a799c0

View File

@@ -13,8 +13,8 @@ public class ChoseEatModelDTO {
private Integer shopId;
private String tableId;
@NotNull
@Max(0)
@Min(1)
@Max(1)
@Min(0)
// 0切换店内 1切换外带
private Integer type;
}