public class Fun9970Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
branchNo |
protected int |
functionId |
protected int |
fundAccount |
protected String |
opEntrustWay |
protected String |
password |
protected String |
relateCode |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9970Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBranchNo() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getOpEntrustWay() |
String |
getPassword() |
String |
getRelateCode() |
String |
getUserId() |
void |
setBranchNo(int branch_no) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setOpEntrustWay(String op_entrust_way) |
void |
setPassword(String password) |
void |
setRelateCode(String relate_code) |
void |
setUserId(String user_id) |
protected int functionId
protected int branchNo
@NotBlank protected String opEntrustWay
@NotBlank protected String userId
protected String password
protected int fundAccount
protected String relateCode
public int getFunctionId()
public void setFunctionId(int function_id)
public int getBranchNo()
public void setBranchNo(int branch_no)
public String getOpEntrustWay()
public void setOpEntrustWay(String op_entrust_way)
public String getUserId()
public void setUserId(String user_id)
public String getPassword()
public void setPassword(String password)
public int getFundAccount()
public void setFundAccount(int fund_account)
public String getRelateCode()
public void setRelateCode(String relate_code)
Copyright © 2017. All rights reserved.