From 1e92eff67b997263ecefa255c63eb6641c47b57f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 14 六月 2019 10:22:33 +0800 Subject: [PATCH] 设备消息BUG解决,品牌 --- fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgVO.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgVO.java index 3569894..00ab9aa 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgVO.java @@ -7,6 +7,7 @@ private String icon; private String title; private Date time; + private String type; // order(璁㈠崟)/money(璧勯噾)/account(璐﹀彿)/invite(閭�璇�)/other锛堝叾浠栵級 private List<CommonMsgItemVO> contentItems; public UserMsgVO(String icon, String title, Date time, List<CommonMsgItemVO> contentItems) { @@ -50,4 +51,12 @@ public void setContentItems(List<CommonMsgItemVO> contentItems) { this.contentItems = contentItems; } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } } -- Gitblit v1.8.0