From 9bd6a19ee855d489dd7598e6c5fb580e7be61bbf Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 30 六月 2020 18:11:53 +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