1.代客下单 会员支付实现

This commit is contained in:
2024-08-23 09:20:51 +08:00
parent c408e8e168
commit 9e26fad331
8 changed files with 137 additions and 25 deletions

View File

@@ -15,5 +15,5 @@ public class CreateOrderDTO {
@NotEmpty
private Long tableId;
private String note;
private boolean print;
private boolean postPay;
}