代客下单订单同步保存就餐人数
This commit is contained in:
parent
220ec46d4b
commit
46f0ab568e
|
|
@ -168,4 +168,6 @@ public class TbOrderInfoDto implements Serializable {
|
||||||
private String isBuyCoupon;
|
private String isBuyCoupon;
|
||||||
|
|
||||||
private String isUseCoupon;
|
private String isUseCoupon;
|
||||||
}
|
private Integer seatCount;
|
||||||
|
private BigDecimal seatAmount;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue