public class Fun9503Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
bankAccount |
protected String |
bankNo |
protected int |
functionId |
protected int |
fundAccount |
protected String |
mainFlag |
protected String |
opEntrustWay |
protected String |
password |
protected String |
remark |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9503Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankAccount() |
String |
getBankNo() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getMainFlag() |
String |
getOpEntrustWay() |
String |
getPassword() |
String |
getRemark() |
String |
getUserId() |
void |
setBankAccount(String bank_account) |
void |
setBankNo(String bank_no) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setMainFlag(String main_flag) |
void |
setOpEntrustWay(String op_entrust_way) |
void |
setPassword(String password) |
void |
setRemark(String remark) |
void |
setUserId(String user_id) |
protected int functionId
protected String opEntrustWay
@NotBlank protected String userId
protected int fundAccount
@NotBlank protected String password
@NotBlank protected String mainFlag
@NotBlank protected String bankNo
@NotBlank protected String bankAccount
protected String remark
public int getFunctionId()
public void setFunctionId(int function_id)
public String getOpEntrustWay()
public void setOpEntrustWay(String op_entrust_way)
public String getUserId()
public void setUserId(String user_id)
public int getFundAccount()
public void setFundAccount(int fund_account)
public String getPassword()
public void setPassword(String password)
public String getMainFlag()
public void setMainFlag(String main_flag)
public String getBankNo()
public void setBankNo(String bank_no)
public String getBankAccount()
public void setBankAccount(String bank_account)
public String getRemark()
public void setRemark(String remark)
Copyright © 2017. All rights reserved.