From 2a99c607e5c7dc640d3608b35a20b451e42922c3 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期二, 17 九月 2019 09:45:02 +0800
Subject: [PATCH] 品牌
---
fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserInfoExtra.java | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 111 insertions(+), 0 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 2e3eb36..6e47528 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
@@ -40,7 +40,44 @@
@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_coupon_news")
+ private Integer couponNews;
+
+ // 鏄惁鍚屾瀵艰埅鏍�
+ @Column(name = "uie_synch_navbar")
+ private Boolean synchNavbar;
+
+ // 棣栨鐧诲綍鏃堕棿
+ @Column(name = "uie_first_login_time")
+ private Date firstLoginTime;
+
+ // 鎬у埆: 1-濂� 2-鐢�
+ @Column(name = "uie_sex")
+ private Integer sex;
+
+ // 寰俊鍙�
+ @Column(name = "uie_weixin")
+ private String weiXin;
+
+ // 閲戝竵鏁伴噺
+ @Column(name = "uie_gold_coin")
+ private Integer goldCoin;
+
+ //鏄惁寰俊鑷嫊鎻愮従
+ @Column(name = "uie_auto_extract")
+ private Boolean autoExtract;
+
+
// 鍒涘缓鏃堕棿
@Column(name = "uie_create_time")
private Date createTime;
@@ -48,6 +85,7 @@
// 鏇存柊鏃堕棿
@Column(name = "uie_update_time")
private Date updateTime;
+
public Long getId() {
return id;
@@ -112,5 +150,78 @@
public void setRankOrderNum(Integer rankOrderNum) {
this.rankOrderNum = rankOrderNum;
}
+
+ public String getInviteCode() {
+ return inviteCode;
+ }
+
+ public void setInviteCode(String inviteCode) {
+ this.inviteCode = inviteCode;
+ }
+
+ public Integer getLotteryNewbies() {
+ return lotteryNewbies;
+ }
+
+ public void setLotteryNewbies(Integer lotteryNewbies) {
+ this.lotteryNewbies = lotteryNewbies;
+ }
+
+ public Integer getCouponNews() {
+ return couponNews;
+ }
+
+ public void setCouponNews(Integer couponNews) {
+ this.couponNews = couponNews;
+ }
+
+ public Date getFirstLoginTime() {
+ return firstLoginTime;
+ }
+
+ public void setFirstLoginTime(Date firstLoginTime) {
+ this.firstLoginTime = firstLoginTime;
+ }
+
+ public Boolean getSynchNavbar() {
+ return synchNavbar;
+ }
+
+ public void setSynchNavbar(Boolean synchNavbar) {
+ this.synchNavbar = synchNavbar;
+ }
+
+ public Integer getSex() {
+ return sex;
+ }
+
+ public void setSex(Integer sex) {
+ this.sex = sex;
+ }
+
+ public String getWeiXin() {
+ return weiXin;
+ }
+
+ public void setWeiXin(String weiXin) {
+ this.weiXin = weiXin;
+ }
+
+ public Integer getGoldCoin() {
+ return goldCoin;
+ }
+
+ public void setGoldCoin(Integer goldCoin) {
+ this.goldCoin = goldCoin;
+ }
+
+ public Boolean getAutoExtract() {
+ return autoExtract;
+ }
+
+ public void setAutoExtract(Boolean autoExtract) {
+ this.autoExtract = autoExtract;
+ }
+
}
--
Gitblit v1.8.0