新增创建订单 切换就餐模式接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user