From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 18 一月 2020 12:06:27 +0800
Subject: [PATCH] 用户注册信息

---
 fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java
index d7eb825..13e39bc 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java
@@ -35,6 +35,11 @@
 	@Expose
 	@Column(name = "mrs_type_system")
 	private Integer typeSystem;// 绯荤粺娑堟伅鏈鏁�
+	@Expose
+	@Column(name = "mrs_type_other")
+	private Integer typeOther;// 鍏朵粬娑堟伅
+	@Column(name = "mrs_type_guanxuan_read_time")
+	private Date guanXuanReadTime;// 瀹樺浠诲姟闃呰鏃堕棿
 	@Column(name = "mrs_create_time")
 	private Date createTime;
 	@Column(name = "mrs_update_time")
@@ -84,6 +89,8 @@
 		return typeInvite;
 	}
 
+	
+
 	public void setTypeInvite(Integer typeInvite) {
 		this.typeInvite = typeInvite;
 	}
@@ -104,6 +111,14 @@
 		this.user = user;
 	}
 
+	public Integer getTypeOther() {
+		return typeOther;
+	}
+
+	public void setTypeOther(Integer typeOther) {
+		this.typeOther = typeOther;
+	}
+
 	public Date getCreateTime() {
 		return createTime;
 	}
@@ -120,4 +135,13 @@
 		this.updateTime = updateTime;
 	}
 
+
+	public Date getGuanXuanReadTime() {
+		return guanXuanReadTime;
+	}
+
+	public void setGuanXuanReadTime(Date guanXuanReadTime) {
+		this.guanXuanReadTime = guanXuanReadTime;
+	}
+
 }

--
Gitblit v1.8.0