public class Fun9983Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
actionIn |
protected int |
branchNo |
protected String |
cashChargeType |
protected String |
cashFundCode |
protected String |
cashFundCompany |
protected int |
functionId |
protected int |
fundAccount |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9983Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActionIn() |
int |
getBranchNo() |
String |
getCashChargeType() |
String |
getCashFundCode() |
String |
getCashFundCompany() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getUserId() |
void |
setActionIn(int action_in) |
void |
setBranchNo(int branch_no) |
void |
setCashChargeType(String cash_charge_type) |
void |
setCashFundCode(String cash_fund_code) |
void |
setCashFundCompany(String cash_fund_company) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setUserId(String user_id) |
protected int functionId
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
protected String cashFundCompany
protected String cashFundCode
protected String cashChargeType
protected int actionIn
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 String getCashFundCompany()
public void setCashFundCompany(String cash_fund_company)
public String getCashFundCode()
public void setCashFundCode(String cash_fund_code)
public String getCashChargeType()
public void setCashChargeType(String cash_charge_type)
public int getActionIn()
public void setActionIn(int action_in)
Copyright © 2017. All rights reserved.