添加pcpay 支付

This commit is contained in:
牛叉闪闪
2024-09-12 14:08:03 +08:00
parent 668edeb23c
commit 2695748ab7
17 changed files with 1015 additions and 26 deletions

View File

@@ -15,4 +15,6 @@ public class OrderVo {
private String tableId;
private Integer vipUserId;
private Integer type;
private String sendType;
}