| | |
| | | private Integer noShareRecordAndStorage;
|
| | | // 不看邀请拿奖金
|
| | | private Integer noInvitationBonus;
|
| | | // 开启推广红包
|
| | | private Integer openSpreadHongBao;
|
| | | // 允许查看手机
|
| | | private Integer noDisplayPhoneNum;
|
| | | |
| | | |
| | |
|
| | | public Integer getCancelNotice() {
|
| | | return cancelNotice;
|
| | |
| | | this.noInvitationBonus = noInvitationBonus;
|
| | | }
|
| | |
|
| | | public Integer getOpenSpreadHongBao() {
|
| | | return openSpreadHongBao;
|
| | | }
|
| | |
|
| | | public void setOpenSpreadHongBao(Integer openSpreadHongBao) {
|
| | | this.openSpreadHongBao = openSpreadHongBao;
|
| | | }
|
| | |
|
| | |
|
| | | public Integer getNoDisplayPhoneNum() {
|
| | | return noDisplayPhoneNum;
|
| | | }
|
| | |
|
| | | public void setNoDisplayPhoneNum(Integer noDisplayPhoneNum) {
|
| | | this.noDisplayPhoneNum = noDisplayPhoneNum;
|
| | | }
|
| | |
|
| | | }
|