init
This commit is contained in:
@@ -36,7 +36,7 @@ public class UserWithdraw implements Serializable {
|
||||
/**
|
||||
* 跟踪ID
|
||||
*/
|
||||
private Long traceId;
|
||||
private String traceId;
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
|
||||
@@ -53,6 +53,7 @@ public class VipOrder implements Serializable {
|
||||
* 订单号
|
||||
*/
|
||||
private String orderNo;
|
||||
private String orderName;
|
||||
/**
|
||||
* 平台
|
||||
*/
|
||||
|
||||
@@ -32,6 +32,7 @@ public class VipPrice implements Serializable {
|
||||
*/
|
||||
@Schema(description = "1-普通会员 2-黄金会员 3-钻石会员")
|
||||
private Integer vipType;
|
||||
private String vipName;
|
||||
/**
|
||||
* 1-月卡 2-季卡 3-年卡
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user