| | |
| | | private BigDecimal totalInviteMoney;// 累计邀请奖金
|
| | | private BigDecimal monthUnRecievedMoney;// 本月未到账
|
| | | private BigDecimal totalUnRecievedMoney; // 全部未到账
|
| | | private String extractingMoneyInfo;//提现中的资金信息
|
| | | private boolean bindingWX;//是否绑定了微信
|
| | | private boolean autoExtract;//是否自动提现
|
| | | private String autoExtractHelpUrl;//自动提现帮助链接
|
| | | |
| | | private String extractingMoneyInfo;// 提现中的资金信息
|
| | | private boolean bindingWX;// 是否绑定了微信
|
| | | private boolean autoExtract;// 是否自动提现
|
| | | private String autoExtractHelpUrl;// 自动提现帮助链接
|
| | | private String closeAutoExtractMsg;// 关闭自动提现提示语
|
| | | private String openAutoExtractMsg;// 开启自动提现提示语
|
| | |
|
| | | public String getCloseAutoExtractMsg() {
|
| | | return closeAutoExtractMsg;
|
| | | }
|
| | |
|
| | | public void setCloseAutoExtractMsg(String closeAutoExtractMsg) {
|
| | | this.closeAutoExtractMsg = closeAutoExtractMsg;
|
| | | }
|
| | |
|
| | | public String getOpenAutoExtractMsg() {
|
| | | return openAutoExtractMsg;
|
| | | }
|
| | |
|
| | | public void setOpenAutoExtractMsg(String openAutoExtractMsg) {
|
| | | this.openAutoExtractMsg = openAutoExtractMsg;
|
| | | }
|
| | |
|
| | | public String getAutoExtractHelpUrl() {
|
| | | return autoExtractHelpUrl;
|