public class Fun9536Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
functionId |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9536Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFunctionId() |
int |
getFundAccount() |
String |
getFundCode() |
String |
getFundCompany() |
String |
getUserId() |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setFundCode(String fund_code) |
void |
setFundCompany(String fund_company) |
void |
setUserId(String user_id) |
protected int functionId
protected String userId
protected int fundAccount
protected String fundCompany
protected String fundCode
public int getFunctionId()
public void setFunctionId(int function_id)
public String getUserId()
public void setUserId(String user_id)
public int getFundAccount()
public void setFundAccount(int fund_account)
public String getFundCompany()
public void setFundCompany(String fund_company)
public String getFundCode()
public void setFundCode(String fund_code)
Copyright © 2017. All rights reserved.