From ec8a1c6f81b5747e9efce86faaba33d10df7f61d Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期日, 01 三月 2020 16:37:26 +0800
Subject: [PATCH] 动态提示语调整

---
 fanli/src/main/java/com/yeshi/fanli/vo/msg/UserCommonMsgVO.java |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserCommonMsgVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserCommonMsgVO.java
index 3f8dfd2..27a1c94 100644
--- a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserCommonMsgVO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserCommonMsgVO.java
@@ -9,6 +9,8 @@
 	public static String TYPE_GUANXUAN = "guanxuan";
 	public static String TYPE_ZHUSHOU = "zhushou";
 	public static String TYPE_RECOMMEND = "recommend";
+	public static String TYPE_SYSTEM = "system";// 绯荤粺娑堟伅
+	public static String TYPE_NOTIFY = "notify";// 閫氱煡娑堟伅
 
 	private String icon;
 	private String title;
@@ -18,9 +20,11 @@
 	private Boolean read;// 鏄惁宸茶
 	private JumpDetailV2 jumpDetail;// 璺宠浆璇︽儏
 	private String params;// 璺宠浆鍙傛暟
+	private Integer unReadCount;// 娑堟伅鏈鏁�
+	private String picture;// 澶у浘
 
 	public UserCommonMsgVO(String icon, String title, Date time, String type, String latestMsg, Boolean read,
-			JumpDetailV2 jumpDetail, String params) {
+			JumpDetailV2 jumpDetail, String params, Integer unReadCount) {
 		this.icon = icon;
 		this.title = title;
 		this.time = time;
@@ -29,6 +33,23 @@
 		this.read = read;
 		this.jumpDetail = jumpDetail;
 		this.params = params;
+		this.unReadCount = unReadCount;
+	}
+
+	public String getPicture() {
+		return picture;
+	}
+
+	public void setPicture(String picture) {
+		this.picture = picture;
+	}
+
+	public Integer getUnReadCount() {
+		return unReadCount;
+	}
+
+	public void setUnReadCount(Integer unReadCount) {
+		this.unReadCount = unReadCount;
 	}
 
 	public UserCommonMsgVO() {

--
Gitblit v1.8.0