public class Fun9519Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected BigDecimal |
balance |
protected String |
bankAccount |
protected String |
bankNo |
protected int |
branchNo |
protected String |
chargeType |
protected BigDecimal |
discount |
protected int |
endDate |
protected int |
functionId |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected int |
fundDate |
protected String |
opEntrustWay |
protected String |
password |
protected String |
productType |
protected String |
remark |
protected int |
startDate |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9519Requst() |
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
protected BigDecimal discount
@NotNull
@Digits(integer=19,
fraction=2)
protected BigDecimal balance
protected int startDate
protected int endDate
protected int fundDate
protected String chargeType
protected String productType
@NotBlank protected String bankNo
@NotBlank protected String bankAccount
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 getDiscount()
public void setDiscount(BigDecimal discount)
public BigDecimal getBalance()
public void setBalance(BigDecimal balance)
public int getStartDate()
public void setStartDate(int start_date)
public int getEndDate()
public void setEndDate(int end_date)
public int getFundDate()
public void setFundDate(int fund_date)
public String getChargeType()
public void setChargeType(String charge_type)
public String getProductType()
public void setProductType(String product_type)
public String getBankNo()
public void setBankNo(String bank_no)
public String getBankAccount()
public void setBankAccount(String bank_account)
public String getRemark()
public void setRemark(String remark)
Copyright © 2017. All rights reserved.