From 073d2e0dd261bae87d8f26092988dc176c940eaa Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 26 二月 2019 19:01:29 +0800
Subject: [PATCH] 券相关的通知消息

---
 fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java |   12 ++++++++++++
 1 files changed, 12 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..ce3d547 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,10 @@
 	@Expose
 	@Column(name = "mrs_type_system")
 	private Integer typeSystem;// 绯荤粺娑堟伅鏈鏁�
+	@Expose
+	@Column(name = "mrs_type_other")
+	private Integer typeOther;// 鍏朵粬娑堟伅
+
 	@Column(name = "mrs_create_time")
 	private Date createTime;
 	@Column(name = "mrs_update_time")
@@ -104,6 +108,14 @@
 		this.user = user;
 	}
 
+	public Integer getTypeOther() {
+		return typeOther;
+	}
+
+	public void setTypeOther(Integer typeOther) {
+		this.typeOther = typeOther;
+	}
+
 	public Date getCreateTime() {
 		return createTime;
 	}

--
Gitblit v1.8.0