| | |
| | | private String contentChange;
|
| | |
|
| | | // 未入账
|
| | | private double unaccountedMoney;
|
| | | private String unaccountedMoney;
|
| | | // 历史总收益
|
| | | private double totalMoneyHistory;
|
| | | private String totalMoneyHistory;
|
| | | // 累计提现
|
| | | private double totalExtract;
|
| | |
|
| | |
| | | this.contentChange = contentChange;
|
| | | }
|
| | |
|
| | | public double getUnaccountedMoney() {
|
| | | return unaccountedMoney;
|
| | | }
|
| | |
|
| | | public void setUnaccountedMoney(double unaccountedMoney) {
|
| | | this.unaccountedMoney = unaccountedMoney;
|
| | | }
|
| | |
|
| | | public double getTotalExtract() {
|
| | | return totalExtract;
|
| | |
| | | this.phoneState = phoneState;
|
| | | }
|
| | |
|
| | | public double getTotalMoneyHistory() {
|
| | | return totalMoneyHistory;
|
| | | }
|
| | |
|
| | | public void setTotalMoneyHistory(double totalMoneyHistory) {
|
| | | this.totalMoneyHistory = totalMoneyHistory;
|
| | | }
|
| | |
|
| | | public long getCountUserShares() {
|
| | | return countUserShares;
|
| | |
| | | this.accountBindIdWX = accountBindIdWX;
|
| | | }
|
| | |
|
| | | public String getUnaccountedMoney() {
|
| | | return unaccountedMoney;
|
| | | }
|
| | |
|
| | | public void setUnaccountedMoney(String unaccountedMoney) {
|
| | | this.unaccountedMoney = unaccountedMoney;
|
| | | }
|
| | |
|
| | | public String getTotalMoneyHistory() {
|
| | | return totalMoneyHistory;
|
| | | }
|
| | |
|
| | | public void setTotalMoneyHistory(String totalMoneyHistory) {
|
| | | this.totalMoneyHistory = totalMoneyHistory;
|
| | | }
|
| | |
|
| | | }
|