Commit 31244ba1 by 周晓航

预订单, 创建订单新增bizType=7

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 668a2af3
......@@ -43,6 +43,12 @@ public class CreateOrderVo {
private String thirdShopId;
/**
* 爱马哥蛋糕预定
* 预定单需求, bizType= 7 其他的场景默认传递null
*/
private Integer bizType;
/**
* 就餐人数
*/
private Integer peopleNumber;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment