public class Fun9985Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
branchNo |
protected String |
cashChargeType |
protected String |
cashFundCode |
protected String |
cashFundCompany |
protected int |
endDate |
protected int |
functionId |
protected int |
fundAccount |
protected String |
incomeType |
protected int |
startDate |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9985Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBranchNo() |
String |
getCashChargeType() |
String |
getCashFundCode() |
String |
getCashFundCompany() |
int |
getEndDate() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getIncomeType() |
int |
getStartDate() |
String |
getUserId() |
void |
setBranchNo(int branch_no) |
void |
setCashChargeType(String cash_charge_type) |
void |
setCashFundCode(String cash_fund_code) |
void |
setCashFundCompany(String cash_fund_company) |
void |
setEndDate(int end_date) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setIncomeType(String income_type) |
void |
setStartDate(int start_date) |
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 startDate
protected int endDate
protected String incomeType
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 getStartDate()
public void setStartDate(int start_date)
public int getEndDate()
public void setEndDate(int end_date)
public String getIncomeType()
public void setIncomeType(String income_type)
Copyright © 2017. All rights reserved.