1.代客下单 挂起订单

This commit is contained in:
2024-08-17 15:21:45 +08:00
committed by 牛叉闪闪
parent 8d73b216ef
commit 0ec21c31e9
5 changed files with 38 additions and 9 deletions

View File

@@ -17,4 +17,5 @@ public class PendingDTO {
private Integer vipUserId;
@NotNull
private Boolean isPending;
private Integer orderId;
}