新增创建订单 切换就餐模式接口
This commit is contained in:
@@ -13,8 +13,8 @@ public class ChoseEatModelDTO {
|
|||||||
private Integer shopId;
|
private Integer shopId;
|
||||||
private String tableId;
|
private String tableId;
|
||||||
@NotNull
|
@NotNull
|
||||||
@Max(0)
|
@Max(1)
|
||||||
@Min(1)
|
@Min(0)
|
||||||
// 0切换店内 1切换外带
|
// 0切换店内 1切换外带
|
||||||
private Integer type;
|
private Integer type;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user