public class UserStatement extends Object
| 构造器和说明 |
|---|
UserStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getAccountDate()
记账日期 yyyy-MM-dd
|
String |
getCompanyNo()
角色对应的企业
|
Long |
getFinancialAmount()
融资金额
|
String |
getFinancingNo()
融资编号
|
String |
getProductNo()
产品编号,有的话返回
|
String |
getProfitRate()
分润比例,保留两位小数的百分比
|
String |
getRoleCode()
角色名称,按上述角色名称约定
|
Long |
getTotalAmount()
总分润金额,乘过分润比例
|
void |
setAccountDate(Date accountDate)
记账日期 yyyy-MM-dd
|
void |
setCompanyNo(String companyNo)
角色对应的企业
|
void |
setFinancialAmount(Long financialAmount)
融资金额
|
void |
setFinancingNo(String financingNo)
融资编号
|
void |
setProductNo(String productNo)
产品编号,有的话返回
|
void |
setProfitRate(String profitRate)
分润比例,保留两位小数的百分比
|
void |
setRoleCode(String roleCode)
角色名称,按上述角色名称约定
|
void |
setTotalAmount(Long totalAmount)
总分润金额,乘过分润比例
|
public String getFinancingNo()
public void setFinancingNo(String financingNo)
public String getProductNo()
public void setProductNo(String productNo)
public Long getFinancialAmount()
public void setFinancialAmount(Long financialAmount)
public String getProfitRate()
public void setProfitRate(String profitRate)
public Long getTotalAmount()
public void setTotalAmount(Long totalAmount)
public String getRoleCode()
public void setRoleCode(String roleCode)
public String getCompanyNo()
public void setCompanyNo(String companyNo)
public Date getAccountDate()
public void setAccountDate(Date accountDate)
Copyright © 2021. All Rights Reserved.