public class Fun9909Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
branchNo |
protected int |
functionId |
protected int |
fundAccount |
protected int |
fundDate |
protected String |
fundSeqId |
protected int |
fundTime |
protected String |
resv |
protected String |
userId |
protected String |
userNameText |
| 构造器和说明 |
|---|
Fun9909Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBranchNo() |
int |
getFunctionId() |
int |
getFundAccount() |
int |
getFundDate() |
String |
getFundSeqId() |
int |
getFundTime() |
String |
getResv() |
String |
getUserId() |
String |
getUserNameText() |
void |
setBranchNo(int branch_no) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setFundDate(int fundDate) |
void |
setFundSeqId(String fundSeqId) |
void |
setFundTime(int fundTime) |
void |
setResv(String resv) |
void |
setUserId(String user_id) |
void |
setUserNameText(String userNameText) |
protected int functionId
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
protected int fundDate
protected int fundTime
@NotBlank protected String userNameText
@NotBlank protected String fundSeqId
protected String resv
public int getFunctionId()
public void setFunctionId(int function_id)
public String getUserId()
public void setUserId(String user_id)
public int getBranchNo()
public void setBranchNo(int branch_no)
public int getFundAccount()
public void setFundAccount(int fund_account)
public int getFundDate()
public void setFundDate(int fundDate)
public int getFundTime()
public void setFundTime(int fundTime)
public String getUserNameText()
public void setUserNameText(String userNameText)
public String getFundSeqId()
public void setFundSeqId(String fundSeqId)
public String getResv()
public void setResv(String resv)
Copyright © 2017. All rights reserved.