This commit is contained in:
张良(004796)
2024-03-08 14:15:26 +08:00
parent cfd8feb5eb
commit 01f5dcbb54
30 changed files with 431 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ public class UserWithdraw implements Serializable {
/**
* 跟踪ID
*/
private Long traceId;
private String traceId;
/**
* 订单号
*/

View File

@@ -53,6 +53,7 @@ public class VipOrder implements Serializable {
* 订单号
*/
private String orderNo;
private String orderName;
/**
* 平台
*/

View File

@@ -32,6 +32,7 @@ public class VipPrice implements Serializable {
*/
@Schema(description = "1-普通会员 2-黄金会员 3-钻石会员")
private Integer vipType;
private String vipName;
/**
* 1-月卡 2-季卡 3-年卡
*/