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; } }