From fc0cc7e808f9228b39b1e6b9d29c5417f41dbcc4 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期五, 24 五月 2019 16:52:02 +0800 Subject: [PATCH] 删除 老版动态查询商品 关联yeshi_ec_taobao_goods 的sql --- 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