| | |
| | | @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_msg")
|
| | | private String tichengOrderStatisticedMsg;
|
| | |
|
| | | // 分享赚和邀请赚上月收入到账提示
|
| | | // 邀请赚上月收入到账提示
|
| | |
|
| | | @Map("share_invite_money_recieve_title")
|
| | | private String shareInviteMoneyRecieveTitle;
|
| | | @Map("share_invite_money_recieve_push")
|
| | | private String shareInviteMoneyRecievePush;
|
| | | @Map("share_invite_money_recieve_msg")
|
| | | private String shareInviteMoneyRecieveMsg;
|
| | | @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("share_money_recieve_title")
|
| | | private String shareMoneyRecieveTitle;
|
| | | @Map("share_money_recieve_push")
|
| | | private String shareMoneyRecievePush;
|
| | | @Map("share_money_recieve_msg")
|
| | | private String shareMoneyRecieveMsg;
|
| | |
|
| | | // 售后维权订单扣款提示
|
| | |
|
| | |
| | | @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("extract_success_msg")
|
| | | private String extractSuccessMsg;
|
| | | |
| | | //支付宝账户验证
|
| | |
|
| | | // 支付宝账户验证
|
| | | @Map("alipay_account_valid_title")
|
| | | private String alipayAccountValidTitle;
|
| | | |
| | |
|
| | | @Map("alipay_account_valid_msg")
|
| | | private String alipayAccountValidMsg;
|
| | | |
| | | |
| | |
|
| | | public String getInviteMoneyRecieveTitle() {
|
| | | return inviteMoneyRecieveTitle;
|
| | | }
|
| | |
|
| | | public void setInviteMoneyRecieveTitle(String inviteMoneyRecieveTitle) {
|
| | | this.inviteMoneyRecieveTitle = inviteMoneyRecieveTitle;
|
| | | }
|
| | |
|
| | | public String getInviteMoneyRecievePush() {
|
| | | return inviteMoneyRecievePush;
|
| | | }
|
| | |
|
| | | public void setInviteMoneyRecievePush(String inviteMoneyRecievePush) {
|
| | | this.inviteMoneyRecievePush = inviteMoneyRecievePush;
|
| | | }
|
| | |
|
| | | public String getInviteMoneyRecieveMsg() {
|
| | | return inviteMoneyRecieveMsg;
|
| | | }
|
| | |
|
| | | public void setInviteMoneyRecieveMsg(String inviteMoneyRecieveMsg) {
|
| | | this.inviteMoneyRecieveMsg = inviteMoneyRecieveMsg;
|
| | | }
|
| | |
|
| | | public String getShareMoneyRecieveTitle() {
|
| | | return shareMoneyRecieveTitle;
|
| | | }
|
| | |
|
| | | 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;
|
| | |
| | | this.orderFanliRecieveTitle = orderFanliRecieveTitle;
|
| | | }
|
| | |
|
| | | public String getShareInviteMoneyRecieveTitle() {
|
| | | return shareInviteMoneyRecieveTitle;
|
| | | }
|
| | |
|
| | | public void setShareInviteMoneyRecieveTitle(String shareInviteMoneyRecieveTitle) {
|
| | | this.shareInviteMoneyRecieveTitle = shareInviteMoneyRecieveTitle;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackFanliTitle() {
|
| | | return weiquanDrawbackFanliTitle;
|
| | | }
|
| | |
| | | this.orderFanliRecieveMsg = orderFanliRecieveMsg;
|
| | | }
|
| | |
|
| | | public String getShareInviteMoneyRecievePush() {
|
| | | return shareInviteMoneyRecievePush;
|
| | | }
|
| | |
|
| | | public void setShareInviteMoneyRecievePush(String shareInviteMoneyRecievePush) {
|
| | | this.shareInviteMoneyRecievePush = shareInviteMoneyRecievePush;
|
| | | }
|
| | |
|
| | | public String getShareInviteMoneyRecieveMsg() {
|
| | | return shareInviteMoneyRecieveMsg;
|
| | | }
|
| | |
|
| | | public void setShareInviteMoneyRecieveMsg(String shareInviteMoneyRecieveMsg) {
|
| | | this.shareInviteMoneyRecieveMsg = shareInviteMoneyRecieveMsg;
|
| | | }
|
| | |
|
| | | public String getWeiquanDrawbackFanliMsg() {
|
| | | return weiquanDrawbackFanliMsg;
|
| | | }
|
| | |
| | | public void setExtractApplayPush(String extractApplayPush) {
|
| | | this.extractApplayPush = extractApplayPush;
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | | public String getExtractTransferFailPush() {
|
| | | return extractTransferFailPush;
|
| | |
| | | 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() {
|
| | | return shareOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public void setShareOrderStatisticedMsg(String shareOrderStatisticedMsg) {
|
| | | this.shareOrderStatisticedMsg = shareOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public String getInviteOrderStatisticedTitle() {
|
| | | return inviteOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public void setInviteOrderStatisticedTitle(String inviteOrderStatisticedTitle) {
|
| | | this.inviteOrderStatisticedTitle = inviteOrderStatisticedTitle;
|
| | | }
|
| | |
|
| | | public String getInviteOrderStatisticedPush() {
|
| | | return inviteOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public void setInviteOrderStatisticedPush(String inviteOrderStatisticedPush) {
|
| | | this.inviteOrderStatisticedPush = inviteOrderStatisticedPush;
|
| | | }
|
| | |
|
| | | public String getInviteOrderStatisticedMsg() {
|
| | | return inviteOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | public void setInviteOrderStatisticedMsg(String inviteOrderStatisticedMsg) {
|
| | | this.inviteOrderStatisticedMsg = inviteOrderStatisticedMsg;
|
| | | }
|
| | |
|
| | | }
|