From 553e4585a5ec8e2c22b50e33a27d14ead6fd034d Mon Sep 17 00:00:00 2001
From: yujian <yujian>
Date: 星期五, 26 四月 2019 15:16:07 +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