打印机 单开

支付 就餐模式
This commit is contained in:
2026-04-03 16:58:35 +08:00
parent 23b089ca90
commit c39640ffde
3 changed files with 33 additions and 0 deletions

View File

@@ -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;