| | |
| | | @Column(name = "uie_invite_code_vip")
|
| | | private String inviteCodeVip;
|
| | |
|
| | | // 新人抽奖次数
|
| | | @Column(name = "uie_lottery_newbies")
|
| | | private Integer lotteryNewbies;
|
| | |
|
| | | // 券未读数量
|
| | | @Column(name = "uie_coupon_news")
|
| | |
| | | @Column(name = "uie_gold_coin")
|
| | | private Integer goldCoin;
|
| | |
|
| | | // 是否微信自動提現
|
| | | @Column(name = "uie_auto_extract")
|
| | | private Boolean autoExtract;
|
| | |
|
| | | // 微信自动提现关闭日期
|
| | | @Column(name = "uie_close_time_extract")
|
| | | private Date closeTimeExtract;
|
| | |
|
| | | // 用户标识
|
| | | @Column(name = "uie_mark")
|
| | | private String mark;
|
| | |
| | | @Column(name = "uie_active_time")
|
| | | private Date activeTime;
|
| | |
|
| | | // 二维码
|
| | | @Column(name = "uie_ercode")
|
| | | private String erCode;
|
| | | |
| | | // 是淘宝授权
|
| | | @Column(name = "uie_bind_taobao")
|
| | | private Boolean bindTaoBao;
|
| | | |
| | | // 创建时间
|
| | | @Column(name = "uie_create_time")
|
| | | private Date createTime;
|
| | |
| | | this.userRank = userRank;
|
| | | }
|
| | |
|
| | | public Date getRankUpdateTime() {
|
| | | return rankUpdateTime;
|
| | | }
|
| | |
|
| | | public void setRankUpdateTime(Date rankUpdateTime) {
|
| | | this.rankUpdateTime = rankUpdateTime;
|
| | | }
|
| | |
|
| | | public Date getCreateTime() {
|
| | | return createTime;
|
| | |
| | |
|
| | | public void setInviteCode(String inviteCode) {
|
| | | this.inviteCode = inviteCode;
|
| | | }
|
| | |
|
| | | public Integer getLotteryNewbies() {
|
| | | return lotteryNewbies;
|
| | | }
|
| | |
|
| | | public void setLotteryNewbies(Integer lotteryNewbies) {
|
| | | this.lotteryNewbies = lotteryNewbies;
|
| | | }
|
| | |
|
| | | public Integer getCouponNews() {
|
| | |
| | | this.goldCoin = goldCoin;
|
| | | }
|
| | |
|
| | | public Boolean getAutoExtract() {
|
| | | return autoExtract;
|
| | | }
|
| | |
|
| | | public void setAutoExtract(Boolean autoExtract) {
|
| | | this.autoExtract = autoExtract;
|
| | | }
|
| | |
|
| | | public Date getCloseTimeExtract() {
|
| | | return closeTimeExtract;
|
| | | }
|
| | |
|
| | | public void setCloseTimeExtract(Date closeTimeExtract) {
|
| | | this.closeTimeExtract = closeTimeExtract;
|
| | | }
|
| | |
|
| | | public String getMark() {
|
| | | return mark;
|
| | | }
|
| | |
| | | this.inviteCodeVip = inviteCodeVip;
|
| | | }
|
| | |
|
| | | public String getErCode() {
|
| | | return erCode;
|
| | | }
|
| | |
|
| | | public void setErCode(String erCode) {
|
| | | this.erCode = erCode;
|
| | | }
|
| | |
|
| | | public Date getRankUpdateTime() {
|
| | | return rankUpdateTime;
|
| | | }
|
| | |
|
| | | public void setRankUpdateTime(Date rankUpdateTime) {
|
| | | this.rankUpdateTime = rankUpdateTime;
|
| | | }
|
| | |
|
| | | public Boolean getBindTaoBao() {
|
| | | return bindTaoBao;
|
| | | }
|
| | |
|
| | | public void setBindTaoBao(Boolean bindTaoBao) {
|
| | | this.bindTaoBao = bindTaoBao;
|
| | | }
|
| | |
|
| | | }
|