1.代客下单 扫码支付,储值卡扫码支付

This commit is contained in:
2024-09-04 09:21:25 +08:00
parent 44329cc64e
commit 0b645bd695
15 changed files with 399 additions and 161 deletions

View File

@@ -19,4 +19,5 @@ public class PayDTO {
@Max(1)
private Double discount;
private Integer vipUserId;
private String code;
}