|
@@ -44,7 +44,7 @@ public class AppBrokerageWithdrawCreateReqVO {
|
|
|
private String name;
|
|
|
@Schema(description = "提现银行", example = "1")
|
|
|
@NotNull(message = "提现银行不能为空", groups = {Bank.class})
|
|
|
- private Integer bankName;
|
|
|
+ private String bankName;
|
|
|
@Schema(description = "开户地址", example = "海淀支行")
|
|
|
private String bankAddress;
|
|
|
|