1.代客下单 选择会员fix

This commit is contained in:
2024-08-20 18:11:13 +08:00
parent 0d8aa662e4
commit 4e5c560d95
3 changed files with 60 additions and 41 deletions

View File

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