| | |
| | | import org.yeshi.utils.annotation.Map;
|
| | |
|
| | | public class ZNXConfig {
|
| | | // 站内信和推送消息
|
| | | // 新人红包
|
| | | @Map("newer_hongbao_title")
|
| | | private String newerHongbaoTitle;
|
| | | @Map("newer_hongbao_push")
|
| | | private String newerHongbaoPush;
|
| | | @Map("newer_hongbao_msg")
|
| | | private String newerHongbaoMsg;
|
| | |
|
| | | // 订单返利到账
|
| | | @Map("order_fanli_recieve_title")
|
| | | private String orderFanliRecieveTitle;
|
| | | @Map("order_fanli_recieve_push")
|
| | | private String orderFanliRecievePush;
|
| | | @Map("order_fanli_recieve_msg")
|
| | | private String orderFanliRecieveMsg;
|
| | |
|
| | | // 返利订单被统计
|
| | | // 返利订单被统计(失效订单无推送)
|
| | | @Map("fanli_order_statisticed_title")
|
| | | private String fanliOrderStatisticedTitle;
|
| | | @Map("fanli_order_statisticed_push")
|
| | | private String fanliOrderStatisticedPush;
|
| | | @Map("fanli_order_statisticed_msg")
|
| | | private String fanliOrderStatisticedMsg;
|
| | |
|
| | | // 分享订单被统计
|
| | | // 分享订单被统计(注意订单号隐藏)
|
| | | @Map("share_order_statisticed_title")
|
| | | private String shareOrderStatisticedTitle;
|
| | | @Map("share_order_statisticed_push")
|
| | | private String shareOrderStatisticedPush;
|
| | | @Map("share_order_statisticed_msg")
|
| | | private String shareOrderStatisticedMsg;
|
| | |
|
| | | // 邀请订单被统计
|
| | | // 邀请订单被统计(注意订单号隐藏)
|
| | | @Map("invite_order_statisticed_title")
|
| | | private String inviteOrderStatisticedTitle;
|
| | | @Map("invite_order_statisticed_push")
|
| | | private String inviteOrderStatisticedPush;
|
| | | @Map("invite_order_statisticed_msg")
|
| | | private String inviteOrderStatisticedMsg;
|
| | |
|
| | | // 提成订单被统计
|
| | | @Map("ticheng_order_statisticed_title")
|
| | | private String tichengOrderStatisticedTitle;
|
| | | @Map("ticheng_order_statisticed_push")
|
| | | private String tichengOrderStatisticedPush;
|
| | | @Map("ticheng_order_statisticed_msg")
|
| | | private String tichengOrderStatisticedMsg;
|
| | | // 返利到账
|
| | | @Map("money_fanli_recieved_title")
|
| | | private String moneyFanliRecievedTitle;
|
| | | @Map("money_fanli_recieved_msg")
|
| | | private String moneyFanliRecievedMsg;
|
| | | // 分享奖金到账
|
| | | @Map("money_share_recieved_title")
|
| | | private String moneyShareRecievedTitle;
|
| | | @Map("money_share_recieved_msg")
|
| | | private String moneyShareRecievedMsg;
|
| | | // 邀请奖金到账
|
| | | @Map("money_invite_recieved_title")
|
| | | private String moneyInviteRecievedTitle;
|
| | | @Map("money_invite_recieved_msg")
|
| | | private String moneyInviteRecievedMsg;
|
| | |
|
| | | // 邀请赚上月收入到账提示
|
| | | // 团队分红
|
| | | @Map("money_team_dividents_recieved_title")
|
| | | private String moneyTeamDividentsRecievedTitle;
|
| | |
|
| | | @Map("invite_money_recieve_title")
|
| | | private String inviteMoneyRecieveTitle;
|
| | | @Map("invite_money_recieve_push")
|
| | | private String inviteMoneyRecievePush;
|
| | | @Map("invite_money_recieve_msg")
|
| | | private String inviteMoneyRecieveMsg;
|
| | | @Map("money_team_dividents_recieved_msg")
|
| | | private String moneyTeamDividentsRecievedMsg;
|
| | |
|
| | | // 分享赚商业收入到账提示
|
| | | @Map("share_money_recieve_title")
|
| | | private String shareMoneyRecieveTitle;
|
| | | @Map("share_money_recieve_push")
|
| | | private String shareMoneyRecievePush;
|
| | | @Map("share_money_recieve_msg")
|
| | | private String shareMoneyRecieveMsg;
|
| | | // 导师津贴
|
| | | @Map("money_tearcher_subsidy_recieved_title")
|
| | | private String moneyTearcherSubsidyRecievedTitle;
|
| | |
|
| | | // 售后维权订单扣款提示
|
| | | @Map("money_tearcher_subsidy_recieved_msg")
|
| | | private String moneyTearcherSubsidyRecievedMsg;
|
| | |
|
| | | @Map("weiquan_drawback_fanli_title")
|
| | | private String weiquanDrawbackFanliTitle;
|
| | |
|
| | | @Map("weiquan_drawback_fanli_msg")
|
| | | private String weiquanDrawbackFanliMsg;
|
| | |
|
| | | @Map("weiquan_drawback_fanli_push")
|
| | | private String weiquanDrawbackFanliPush;
|
| | |
|
| | | // 邀请赚维权
|
| | | @Map("weiquan_drawback_invite_title")
|
| | | private String weiquanDrawbackInviteTitle;
|
| | |
|
| | | @Map("weiquan_drawback_invite_msg")
|
| | | private String weiquanDrawbackInviteMsg;
|
| | |
|
| | | @Map("weiquan_drawback_invite_push")
|
| | | private String weiquanDrawbackInvitePush;
|
| | |
|
| | | // 分享赚维权
|
| | | @Map("weiquan_drawback_share_title")
|
| | | private String weiquanDrawbackShareTitle;
|
| | |
|
| | | @Map("weiquan_drawback_share_msg")
|
| | | private String weiquanDrawbackShareMsg;
|
| | |
|
| | | @Map("weiquan_drawback_share_push")
|
| | | private String weiquanDrawbackSharePush;
|
| | |
|
| | | // 提交提现申请
|
| | | @Map("extract_applay_title")
|
| | | private String extractApplayTitle;
|
| | | @Map("extract_applay_push")
|
| | | private String extractApplayPush;
|
| | | @Map("extract_applay_msg")
|
| | | private String extractApplayMsg;
|
| | |
|
| | | // 提现申请不成功,账号有误
|
| | | @Map("extract_transfer_fail_title")
|
| | | private String extractTransferFailTitle;
|
| | |
|
| | | @Map("extract_transfer_fail_push")
|
| | | private String extractTransferFailPush;
|
| | |
|
| | | @Map("extract_transfer_fail_msg")
|
| | | private String extractTransferFailMsg;
|
| | |
|
| | | // 提现不成功,账户出现错误
|
| | | @Map("extract_wrong_title")
|
| | | private String extractWrongTitle;
|
| | |
|
| | | @Map("extract_wrong_push")
|
| | | private String extractWrongPush;
|
| | |
|
| | | @Map("extract_wrong_msg")
|
| | | private String extractWrongMsg;
|
| | |
|
| | | // 提现成功
|
| | | @Map("extract_success_title")
|
| | | private String extractSuccessTitle;
|
| | | @Map("money_extract_success_title")
|
| | | private String moneyExtractSuccessTitle;
|
| | | @Map("money_extract_success_msg")
|
| | | private String moneyExtractSuccessMsg;
|
| | | |
| | | // 系统补齐
|
| | | @Map("money_system_compensate_title")
|
| | | private String moneySystemCompensateTitle;
|
| | | @Map("money_system_compensate_msg")
|
| | | private String moneySystemCompensateMsg;
|
| | |
|
| | | @Map("extract_success_push")
|
| | | private String extractSuccessPush;
|
| | |
|
| | | @Map("extract_success_msg")
|
| | | private String extractSuccessMsg;
|
| | | // 邀请队员成功
|
| | | @Map("invite_team_success_title")
|
| | | private String inviteTeamSuccessTitle;
|
| | | @Map("invite_team_success_msg")
|
| | | private String inviteTeamSuccessMsg;
|
| | | |
| | | //系统消息
|
| | | @Map("system_message_title")
|
| | | private String systemMessageTitle;
|
| | | @Map("system_message_msg")
|
| | | private String systemMessageMsg;
|
| | |
|
| | | // 支付宝账户验证
|
| | | @Map("alipay_account_valid_title")
|
| | | private String alipayAccountValidTitle;
|
| | |
|
| | | @Map("alipay_account_valid_msg")
|
| | | private String alipayAccountValidMsg;
|
| | |
|
| | | public String getInviteMoneyRecieveTitle() {
|
| | | return inviteMoneyRecieveTitle;
|
| | | public String getMoneyTeamDividentsRecievedTitle() {
|
| | | return moneyTeamDividentsRecievedTitle;
|
| | | }
|
| | |
|
| | | public void setInviteMoneyRecieveTitle(String inviteMoneyRecieveTitle) {
|
| | | this.inviteMoneyRecieveTitle = inviteMoneyRecieveTitle;
|
| | | public void setMoneyTeamDividentsRecievedTitle(String moneyTeamDividentsRecievedTitle) {
|
| | | this.moneyTeamDividentsRecievedTitle = moneyTeamDividentsRecievedTitle;
|
| | | }
|
| | |
|
| | | public String getInviteMoneyRecievePush() {
|
| | | return inviteMoneyRecievePush;
|
| | | public String getMoneyTeamDividentsRecievedMsg() {
|
| | | return moneyTeamDividentsRecievedMsg;
|
| | | }
|
| | |
|
| | | public void setInviteMoneyRecievePush(String inviteMoneyRecievePush) {
|
| | | this.inviteMoneyRecievePush = inviteMoneyRecievePush;
|
| | | public void setMoneyTeamDividentsRecievedMsg(String moneyTeamDividentsRecievedMsg) {
|
| | | this.moneyTeamDividentsRecievedMsg = moneyTeamDividentsRecievedMsg;
|
| | | }
|
| | |
|
| | | public String getInviteMoneyRecieveMsg() {
|
| | | return inviteMoneyRecieveMsg;
|
| | | public String getMoneyTearcherSubsidyRecievedTitle() {
|
| | | return moneyTearcherSubsidyRecievedTitle;
|
| | | }
|
| | |
|
| | | public void setInviteMoneyRecieveMsg(String inviteMoneyRecieveMsg) {
|
| | | this.inviteMoneyRecieveMsg = inviteMoneyRecieveMsg;
|
| | | public void setMoneyTearcherSubsidyRecievedTitle(String moneyTearcherSubsidyRecievedTitle) {
|
| | | this.moneyTearcherSubsidyRecievedTitle = moneyTearcherSubsidyRecievedTitle;
|
| | | }
|
| | |
|
| | | public String getShareMoneyRecieveTitle() {
|
| | | return shareMoneyRecieveTitle;
|
| | | public String getMoneyTearcherSubsidyRecievedMsg() {
|
| | | return moneyTearcherSubsidyRecievedMsg;
|
| | | }
|
| | |
|
| | | public void setShareMoneyRecieveTitle(String shareMoneyRecieveTitle) {
|
| | | this.shareMoneyRecieveTitle = shareMoneyRecieveTitle;
|
| | | }
|
| | |
|
| | | public String getShareMoneyRecievePush() {
|
| | | return shareMoneyRecievePush;
|
| | | }
|
| | |
|
| | | public void setShareMoneyRecievePush(String shareMoneyRecievePush) {
|
| | | this.shareMoneyRecievePush = shareMoneyRecievePush;
|
| | | }
|
| | |
|
| | | public String getShareMoneyRecieveMsg() {
|
| | | return shareMoneyRecieveMsg;
|
| | | }
|
| | |
|
| | | public void setShareMoneyRecieveMsg(String shareMoneyRecieveMsg) {
|
| | | this.shareMoneyRecieveMsg = shareMoneyRecieveMsg;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackInviteTitle() {
|
| | | return weiquanDrawbackInviteTitle;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackInviteTitle(String weiquanDrawbackInviteTitle) {
|
| | | this.weiquanDrawbackInviteTitle = weiquanDrawbackInviteTitle;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackInviteMsg() {
|
| | | return weiquanDrawbackInviteMsg;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackInviteMsg(String weiquanDrawbackInviteMsg) {
|
| | | this.weiquanDrawbackInviteMsg = weiquanDrawbackInviteMsg;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackInvitePush() {
|
| | | return weiquanDrawbackInvitePush;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackInvitePush(String weiquanDrawbackInvitePush) {
|
| | | this.weiquanDrawbackInvitePush = weiquanDrawbackInvitePush;
|
| | | }
|
| | |
|
| | | public String getAlipayAccountValidTitle() {
|
| | | return alipayAccountValidTitle;
|
| | | }
|
| | |
|
| | | public void setAlipayAccountValidTitle(String alipayAccountValidTitle) {
|
| | | this.alipayAccountValidTitle = alipayAccountValidTitle;
|
| | | }
|
| | |
|
| | | public String getAlipayAccountValidMsg() {
|
| | | return alipayAccountValidMsg;
|
| | | }
|
| | |
|
| | | public void setAlipayAccountValidMsg(String alipayAccountValidMsg) {
|
| | | this.alipayAccountValidMsg = alipayAccountValidMsg;
|
| | | public void setMoneyTearcherSubsidyRecievedMsg(String moneyTearcherSubsidyRecievedMsg) {
|
| | | this.moneyTearcherSubsidyRecievedMsg = moneyTearcherSubsidyRecievedMsg;
|
| | | }
|
| | |
|
| | | public String getFanliOrderStatisticedTitle() {
|
| | |
| | | this.fanliOrderStatisticedTitle = fanliOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public String getFanliOrderStatisticedPush() {
|
| | | return fanliOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public void setFanliOrderStatisticedPush(String fanliOrderStatisticedPush) {
|
| | | this.fanliOrderStatisticedPush = fanliOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public String getFanliOrderStatisticedMsg() {
|
| | | return fanliOrderStatisticedMsg;
|
| | | }
|
| | |
| | | this.fanliOrderStatisticedMsg = fanliOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public String getTichengOrderStatisticedTitle() {
|
| | | return tichengOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public void setTichengOrderStatisticedTitle(String tichengOrderStatisticedTitle) {
|
| | | this.tichengOrderStatisticedTitle = tichengOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public String getTichengOrderStatisticedPush() {
|
| | | return tichengOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public void setTichengOrderStatisticedPush(String tichengOrderStatisticedPush) {
|
| | | this.tichengOrderStatisticedPush = tichengOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public String getTichengOrderStatisticedMsg() {
|
| | | return tichengOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public void setTichengOrderStatisticedMsg(String tichengOrderStatisticedMsg) {
|
| | | this.tichengOrderStatisticedMsg = tichengOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public String getNewerHongbaoTitle() {
|
| | | return newerHongbaoTitle;
|
| | | }
|
| | |
|
| | | public void setNewerHongbaoTitle(String newerHongbaoTitle) {
|
| | | this.newerHongbaoTitle = newerHongbaoTitle;
|
| | | }
|
| | |
|
| | | public String getExtractApplayMsg() {
|
| | | return extractApplayMsg;
|
| | | }
|
| | |
|
| | | public void setExtractApplayMsg(String extractApplayMsg) {
|
| | | this.extractApplayMsg = extractApplayMsg;
|
| | | }
|
| | |
|
| | | public String getOrderFanliRecieveTitle() {
|
| | | return orderFanliRecieveTitle;
|
| | | }
|
| | |
|
| | | public void setOrderFanliRecieveTitle(String orderFanliRecieveTitle) {
|
| | | this.orderFanliRecieveTitle = orderFanliRecieveTitle;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackFanliTitle() {
|
| | | return weiquanDrawbackFanliTitle;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackFanliTitle(String weiquanDrawbackFanliTitle) {
|
| | | this.weiquanDrawbackFanliTitle = weiquanDrawbackFanliTitle;
|
| | | }
|
| | |
|
| | | public String getExtractApplayTitle() {
|
| | | return extractApplayTitle;
|
| | | }
|
| | |
|
| | | public void setExtractApplayTitle(String extractApplayTitle) {
|
| | | this.extractApplayTitle = extractApplayTitle;
|
| | | }
|
| | |
|
| | | public String getExtractTransferFailTitle() {
|
| | | return extractTransferFailTitle;
|
| | | }
|
| | |
|
| | | public void setExtractTransferFailTitle(String extractTransferFailTitle) {
|
| | | this.extractTransferFailTitle = extractTransferFailTitle;
|
| | | }
|
| | |
|
| | | public String getExtractWrongTitle() {
|
| | | return extractWrongTitle;
|
| | | }
|
| | |
|
| | | public void setExtractWrongTitle(String extractWrongTitle) {
|
| | | this.extractWrongTitle = extractWrongTitle;
|
| | | }
|
| | |
|
| | | public String getExtractSuccessTitle() {
|
| | | return extractSuccessTitle;
|
| | | }
|
| | |
|
| | | public void setExtractSuccessTitle(String extractSuccessTitle) {
|
| | | this.extractSuccessTitle = extractSuccessTitle;
|
| | | }
|
| | |
|
| | | public String getNewerHongbaoPush() {
|
| | | return newerHongbaoPush;
|
| | | }
|
| | |
|
| | | public void setNewerHongbaoPush(String newerHongbaoPush) {
|
| | | this.newerHongbaoPush = newerHongbaoPush;
|
| | | }
|
| | |
|
| | | public String getNewerHongbaoMsg() {
|
| | | return newerHongbaoMsg;
|
| | | }
|
| | |
|
| | | public void setNewerHongbaoMsg(String newerHongbaoMsg) {
|
| | | this.newerHongbaoMsg = newerHongbaoMsg;
|
| | | }
|
| | |
|
| | | public String getOrderFanliRecievePush() {
|
| | | return orderFanliRecievePush;
|
| | | }
|
| | |
|
| | | public void setOrderFanliRecievePush(String orderFanliRecievePush) {
|
| | | this.orderFanliRecievePush = orderFanliRecievePush;
|
| | | }
|
| | |
|
| | | public String getOrderFanliRecieveMsg() {
|
| | | return orderFanliRecieveMsg;
|
| | | }
|
| | |
|
| | | public void setOrderFanliRecieveMsg(String orderFanliRecieveMsg) {
|
| | | this.orderFanliRecieveMsg = orderFanliRecieveMsg;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackFanliMsg() {
|
| | | return weiquanDrawbackFanliMsg;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackFanliMsg(String weiquanDrawbackFanliMsg) {
|
| | | this.weiquanDrawbackFanliMsg = weiquanDrawbackFanliMsg;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackShareMsg() {
|
| | | return weiquanDrawbackShareMsg;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackShareMsg(String weiquanDrawbackShareMsg) {
|
| | | this.weiquanDrawbackShareMsg = weiquanDrawbackShareMsg;
|
| | | }
|
| | |
|
| | | public String getExtractApplayPush() {
|
| | | return extractApplayPush;
|
| | | }
|
| | |
|
| | | public void setExtractApplayPush(String extractApplayPush) {
|
| | | this.extractApplayPush = extractApplayPush;
|
| | | }
|
| | |
|
| | | public String getExtractTransferFailPush() {
|
| | | return extractTransferFailPush;
|
| | | }
|
| | |
|
| | | public void setExtractTransferFailPush(String extractTransferFailPush) {
|
| | | this.extractTransferFailPush = extractTransferFailPush;
|
| | | }
|
| | |
|
| | | public String getExtractTransferFailMsg() {
|
| | | return extractTransferFailMsg;
|
| | | }
|
| | |
|
| | | public void setExtractTransferFailMsg(String extractTransferFailMsg) {
|
| | | this.extractTransferFailMsg = extractTransferFailMsg;
|
| | | }
|
| | |
|
| | | public String getExtractWrongPush() {
|
| | | return extractWrongPush;
|
| | | }
|
| | |
|
| | | public void setExtractWrongPush(String extractWrongPush) {
|
| | | this.extractWrongPush = extractWrongPush;
|
| | | }
|
| | |
|
| | | public String getExtractWrongMsg() {
|
| | | return extractWrongMsg;
|
| | | }
|
| | |
|
| | | public void setExtractWrongMsg(String extractWrongMsg) {
|
| | | this.extractWrongMsg = extractWrongMsg;
|
| | | }
|
| | |
|
| | | public String getExtractSuccessPush() {
|
| | | return extractSuccessPush;
|
| | | }
|
| | |
|
| | | public void setExtractSuccessPush(String extractSuccessPush) {
|
| | | this.extractSuccessPush = extractSuccessPush;
|
| | | }
|
| | |
|
| | | public String getExtractSuccessMsg() {
|
| | | return extractSuccessMsg;
|
| | | }
|
| | |
|
| | | public void setExtractSuccessMsg(String extractSuccessMsg) {
|
| | | this.extractSuccessMsg = extractSuccessMsg;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackFanliPush() {
|
| | | return weiquanDrawbackFanliPush;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackFanliPush(String weiquanDrawbackFanliPush) {
|
| | | this.weiquanDrawbackFanliPush = weiquanDrawbackFanliPush;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackShareTitle() {
|
| | | return weiquanDrawbackShareTitle;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackShareTitle(String weiquanDrawbackShareTitle) {
|
| | | this.weiquanDrawbackShareTitle = weiquanDrawbackShareTitle;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackSharePush() {
|
| | | return weiquanDrawbackSharePush;
|
| | | }
|
| | |
|
| | | public void setWeiquanDrawbackSharePush(String weiquanDrawbackSharePush) {
|
| | | this.weiquanDrawbackSharePush = weiquanDrawbackSharePush;
|
| | | }
|
| | |
|
| | | public String getShareOrderStatisticedTitle() {
|
| | | return shareOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public void setShareOrderStatisticedTitle(String shareOrderStatisticedTitle) {
|
| | | this.shareOrderStatisticedTitle = shareOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public String getShareOrderStatisticedPush() {
|
| | | return shareOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public void setShareOrderStatisticedPush(String shareOrderStatisticedPush) {
|
| | | this.shareOrderStatisticedPush = shareOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public String getShareOrderStatisticedMsg() {
|
| | |
| | | this.inviteOrderStatisticedTitle = inviteOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public String getInviteOrderStatisticedPush() {
|
| | | return inviteOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public void setInviteOrderStatisticedPush(String inviteOrderStatisticedPush) {
|
| | | this.inviteOrderStatisticedPush = inviteOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public String getInviteOrderStatisticedMsg() {
|
| | | return inviteOrderStatisticedMsg;
|
| | | }
|
| | |
| | | this.inviteOrderStatisticedMsg = inviteOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public String getMoneyFanliRecievedTitle() {
|
| | | return moneyFanliRecievedTitle;
|
| | | }
|
| | |
|
| | | public void setMoneyFanliRecievedTitle(String moneyFanliRecievedTitle) {
|
| | | this.moneyFanliRecievedTitle = moneyFanliRecievedTitle;
|
| | | }
|
| | |
|
| | | public String getMoneyFanliRecievedMsg() {
|
| | | return moneyFanliRecievedMsg;
|
| | | }
|
| | |
|
| | | public void setMoneyFanliRecievedMsg(String moneyFanliRecievedMsg) {
|
| | | this.moneyFanliRecievedMsg = moneyFanliRecievedMsg;
|
| | | }
|
| | |
|
| | | public String getMoneyShareRecievedTitle() {
|
| | | return moneyShareRecievedTitle;
|
| | | }
|
| | |
|
| | | public void setMoneyShareRecievedTitle(String moneyShareRecievedTitle) {
|
| | | this.moneyShareRecievedTitle = moneyShareRecievedTitle;
|
| | | }
|
| | |
|
| | | public String getMoneyShareRecievedMsg() {
|
| | | return moneyShareRecievedMsg;
|
| | | }
|
| | |
|
| | | public void setMoneyShareRecievedMsg(String moneyShareRecievedMsg) {
|
| | | this.moneyShareRecievedMsg = moneyShareRecievedMsg;
|
| | | }
|
| | |
|
| | | public String getMoneySystemCompensateTitle() {
|
| | | return moneySystemCompensateTitle;
|
| | | }
|
| | |
|
| | | public void setMoneySystemCompensateTitle(String moneySystemCompensateTitle) {
|
| | | this.moneySystemCompensateTitle = moneySystemCompensateTitle;
|
| | | }
|
| | |
|
| | | public String getMoneySystemCompensateMsg() {
|
| | | return moneySystemCompensateMsg;
|
| | | }
|
| | |
|
| | | public void setMoneySystemCompensateMsg(String moneySystemCompensateMsg) {
|
| | | this.moneySystemCompensateMsg = moneySystemCompensateMsg;
|
| | | }
|
| | |
|
| | | public String getMoneyExtractSuccessTitle() {
|
| | | return moneyExtractSuccessTitle;
|
| | | }
|
| | |
|
| | | public void setMoneyExtractSuccessTitle(String moneyExtractSuccessTitle) {
|
| | | this.moneyExtractSuccessTitle = moneyExtractSuccessTitle;
|
| | | }
|
| | |
|
| | | public String getMoneyExtractSuccessMsg() {
|
| | | return moneyExtractSuccessMsg;
|
| | | }
|
| | |
|
| | | public void setMoneyExtractSuccessMsg(String moneyExtractSuccessMsg) {
|
| | | this.moneyExtractSuccessMsg = moneyExtractSuccessMsg;
|
| | | }
|
| | |
|
| | | public String getInviteTeamSuccessTitle() {
|
| | | return inviteTeamSuccessTitle;
|
| | | }
|
| | |
|
| | | public void setInviteTeamSuccessTitle(String inviteTeamSuccessTitle) {
|
| | | this.inviteTeamSuccessTitle = inviteTeamSuccessTitle;
|
| | | }
|
| | |
|
| | | public String getInviteTeamSuccessMsg() {
|
| | | return inviteTeamSuccessMsg;
|
| | | }
|
| | |
|
| | | public void setInviteTeamSuccessMsg(String inviteTeamSuccessMsg) {
|
| | | this.inviteTeamSuccessMsg = inviteTeamSuccessMsg;
|
| | | }
|
| | |
|
| | | public String getMoneyInviteRecievedTitle() {
|
| | | return moneyInviteRecievedTitle;
|
| | | }
|
| | |
|
| | | public void setMoneyInviteRecievedTitle(String moneyInviteRecievedTitle) {
|
| | | this.moneyInviteRecievedTitle = moneyInviteRecievedTitle;
|
| | | }
|
| | |
|
| | | public String getMoneyInviteRecievedMsg() {
|
| | | return moneyInviteRecievedMsg;
|
| | | }
|
| | |
|
| | | public void setMoneyInviteRecievedMsg(String moneyInviteRecievedMsg) {
|
| | | this.moneyInviteRecievedMsg = moneyInviteRecievedMsg;
|
| | | }
|
| | |
|
| | | }
|