打印机 单开
支付 就餐模式
This commit is contained in:
@@ -33,6 +33,11 @@ public class CheckOrderPay implements Serializable {
|
||||
private boolean withCoupon = true;
|
||||
private boolean withPoints = true;
|
||||
|
||||
/**
|
||||
* 用餐模式 堂食 dine-in 外带 take-out 外卖 take-away
|
||||
*/
|
||||
private String dineMode;
|
||||
|
||||
@NotNull(message = "订单id不可为空")
|
||||
private Long orderId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user