| | |
| | | package com.yeshi.fanli.vo.msg;
|
| | |
|
| | | import com.yeshi.fanli.entity.common.JumpDetailV2;
|
| | |
|
| | | public class UserSystemMsgVO {
|
| | | private Long id;
|
| | | private String portrait;
|
| | |
| | | private String content;
|
| | | private String timeTag;
|
| | | private String createTime;
|
| | | private int unReadCount;
|
| | | private JumpDetailV2 jumpDetail;// 跳转详情
|
| | |
|
| | | public UserSystemMsgVO(Long id, String type, Boolean solved, String title, String content, String timeTag,
|
| | | String portrait, String createTime) {
|
| | | String portrait, String createTime, int unReadCount) {
|
| | | this.id = id;
|
| | | this.type = type;
|
| | | this.solved = solved;
|
| | |
| | | this.timeTag = timeTag;
|
| | | this.portrait = portrait;
|
| | | this.createTime = createTime;
|
| | | this.unReadCount = unReadCount;
|
| | | }
|
| | |
|
| | | public UserSystemMsgVO() {
|
| | |
| | |
|
| | | public void setId(Long id) {
|
| | | this.id = id;
|
| | | }
|
| | |
|
| | | public int getUnReadCount() {
|
| | | return unReadCount;
|
| | | }
|
| | |
|
| | | public void setUnReadCount(int unReadCount) {
|
| | | this.unReadCount = unReadCount;
|
| | | }
|
| | |
|
| | | public String getPortrait() {
|
| | |
| | | this.createTime = createTime;
|
| | | }
|
| | |
|
| | | public JumpDetailV2 getJumpDetail() {
|
| | | return jumpDetail;
|
| | | }
|
| | |
|
| | | public void setJumpDetail(JumpDetailV2 jumpDetail) {
|
| | | this.jumpDetail = jumpDetail;
|
| | | }
|
| | |
|
| | | }
|