|
@@ -25,8 +25,8 @@ public class AppApplicationForWithdrawalSaveReqVO {
|
|
@Schema(description = "支付宝账号", requiredMode = Schema.RequiredMode.REQUIRED, example = "30303")
|
|
@Schema(description = "支付宝账号", requiredMode = Schema.RequiredMode.REQUIRED, example = "30303")
|
|
private String withdrawalAccount;
|
|
private String withdrawalAccount;
|
|
|
|
|
|
- @Schema(description = "提现状态,已完成是1,未完成为0", example = "1")
|
|
|
|
- private Boolean status;
|
|
|
|
|
|
+ @Schema(description = "提现状态,成功是1, 失败是2, 提现中为0", example = "1")
|
|
|
|
+ private Integer status;
|
|
|
|
|
|
@Schema(description = "提现渠道记录id", requiredMode = Schema.RequiredMode.REQUIRED, example = "19322")
|
|
@Schema(description = "提现渠道记录id", requiredMode = Schema.RequiredMode.REQUIRED, example = "19322")
|
|
private Long applicationForWithdrawalChannelId;
|
|
private Long applicationForWithdrawalChannelId;
|