From 645c16466ce9dbe563c03943b0ab5fd46c8eed00 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期一, 29 六月 2020 16:40:33 +0800
Subject: [PATCH] 免单券类型获得
---
fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInfoExtra.java | 110 ++++++++++++++++++++++++++++++++++++------------------
1 files changed, 73 insertions(+), 37 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInfoExtra.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInfoExtra.java
index 6e47528..37385cf 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInfoExtra.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInfoExtra.java
@@ -9,6 +9,7 @@
/**
* 鐢ㄦ埛闄勫姞淇℃伅
+ *
* @author Administrator
*
*/
@@ -22,7 +23,7 @@
@Expose
@Column(name = "uie_uid")
private UserInfo userInfo;
-
+
// 绛夌骇id
@Expose
@Column(name = "uie_rank_id")
@@ -31,23 +32,24 @@
// 绛夌骇鏉ユ簮锛氳繑鍒┿�佸垎浜�侀個璇�
@Column(name = "uie_rank_source")
private Integer rankSource;
-
+
// 绛夌骇鍒ゆ柇璁㈠崟鏁伴噺
@Column(name = "uie_rank_order_num")
private Integer rankOrderNum;
-
+
// 绛夌骇鏇存柊鏃堕棿
@Expose
@Column(name = "uie_rank_update_time")
private Date rankUpdateTime;
-
+
// 閭�璇风爜
@Column(name = "uie_invite_code")
private String inviteCode;
- // 鏂颁汉鎶藉娆℃暟
- @Column(name = "uie_lottery_newbies")
- private Integer lotteryNewbies;
+ // 閭�璇风爜-浼氬憳
+ @Column(name = "uie_invite_code_vip")
+ private String inviteCodeVip;
+
// 鍒告湭璇绘暟閲�
@Column(name = "uie_coupon_news")
@@ -56,15 +58,15 @@
// 鏄惁鍚屾瀵艰埅鏍�
@Column(name = "uie_synch_navbar")
private Boolean synchNavbar;
-
+
// 棣栨鐧诲綍鏃堕棿
@Column(name = "uie_first_login_time")
private Date firstLoginTime;
-
- // 鎬у埆: 1-濂� 2-鐢�
+
+ // 鎬у埆: 1-濂� 2-鐢�
@Column(name = "uie_sex")
private Integer sex;
-
+
// 寰俊鍙�
@Column(name = "uie_weixin")
private String weiXin;
@@ -72,11 +74,22 @@
// 閲戝竵鏁伴噺
@Column(name = "uie_gold_coin")
private Integer goldCoin;
-
- //鏄惁寰俊鑷嫊鎻愮従
- @Column(name = "uie_auto_extract")
- private Boolean autoExtract;
-
+
+ // 鐢ㄦ埛鏍囪瘑
+ @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")
@@ -85,7 +98,6 @@
// 鏇存柊鏃堕棿
@Column(name = "uie_update_time")
private Date updateTime;
-
public Long getId() {
return id;
@@ -103,13 +115,6 @@
this.userRank = userRank;
}
- public Date getRankUpdateTime() {
- return rankUpdateTime;
- }
-
- public void setRankUpdateTime(Date rankUpdateTime) {
- this.rankUpdateTime = rankUpdateTime;
- }
public Date getCreateTime() {
return createTime;
@@ -159,14 +164,6 @@
this.inviteCode = inviteCode;
}
- public Integer getLotteryNewbies() {
- return lotteryNewbies;
- }
-
- public void setLotteryNewbies(Integer lotteryNewbies) {
- this.lotteryNewbies = lotteryNewbies;
- }
-
public Integer getCouponNews() {
return couponNews;
}
@@ -214,14 +211,53 @@
public void setGoldCoin(Integer goldCoin) {
this.goldCoin = goldCoin;
}
-
- public Boolean getAutoExtract() {
- return autoExtract;
+ public String getMark() {
+ return mark;
}
- public void setAutoExtract(Boolean autoExtract) {
- this.autoExtract = autoExtract;
+ public void setMark(String mark) {
+ this.mark = mark;
+ }
+
+ public Date getActiveTime() {
+ return activeTime;
+ }
+
+ public void setActiveTime(Date activeTime) {
+ this.activeTime = activeTime;
+ }
+
+ public String getInviteCodeVip() {
+ return inviteCodeVip;
+ }
+
+ public void setInviteCodeVip(String inviteCodeVip) {
+ 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;
}
}
--
Gitblit v1.8.0