init
This commit is contained in:
@@ -6,22 +6,11 @@ import lombok.Data;
|
||||
@Data
|
||||
@Schema(description = "提现入参")
|
||||
public class WithdrawReq {
|
||||
|
||||
/**
|
||||
* 提现配置ID
|
||||
*/
|
||||
@Schema(description = "提现配置ID")
|
||||
private Long withdrawSettingId;
|
||||
/**
|
||||
* 兑换金额
|
||||
*/
|
||||
@Schema(description = "兑换金额")
|
||||
private Long money;
|
||||
/**
|
||||
* 所需货币数量
|
||||
*/
|
||||
@Schema(description = "所需货币数量")
|
||||
private Long coinNum;
|
||||
@Schema(description = "当前用户ID",accessMode = Schema.AccessMode.READ_ONLY)
|
||||
private Long userId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user