public class Fun9522Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
allotdate |
protected String |
allotno |
protected BigDecimal |
amount |
protected BigDecimal |
balance |
protected String |
bankAccount |
protected String |
bankNo |
protected int |
branchNo |
protected int |
businessFlag |
protected String |
chargeType |
protected int |
entrustNo |
protected int |
functionId |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected int |
initDate |
protected String |
opEntrustWay |
protected String |
password |
protected String |
remark |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9522Requst() |
protected int functionId
protected String opEntrustWay
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
@NotBlank protected String password
protected String fundCompany
@NotBlank protected String fundCode
@NotNull
@Digits(integer=19,
fraction=2)
protected BigDecimal balance
@NotNull
@Digits(integer=19,
fraction=2)
protected BigDecimal amount
protected int initDate
protected int allotdate
@NotBlank protected String allotno
protected int entrustNo
@NotBlank protected String bankNo
@NotBlank protected String bankAccount
protected String chargeType
protected int businessFlag
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 getBranchNo()
public void setBranchNo(int branch_no)
public int getFundAccount()
public void setFundAccount(int fund_account)
public String getPassword()
public void setPassword(String password)
public String getFundCompany()
public void setFundCompany(String fund_company)
public String getFundCode()
public void setFundCode(String fund_code)
public BigDecimal getBalance()
public void setBalance(BigDecimal balance)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public int getInitDate()
public void setInitDate(int init_date)
public int getAllotdate()
public void setAllotdate(int allotdate)
public String getAllotno()
public void setAllotno(String allotno)
public int getEntrustNo()
public void setEntrustNo(int entrust_no)
public String getBankNo()
public void setBankNo(String bank_no)
public String getBankAccount()
public void setBankAccount(String bank_account)
public String getChargeType()
public void setChargeType(String charge_type)
public int getBusinessFlag()
public void setBusinessFlag(int business_flag)
public String getRemark()
public void setRemark(String remark)
Copyright © 2017. All rights reserved.