| | |
| | | @Expose
|
| | | @Column(name = "mrs_type_other")
|
| | | private Integer typeOther;// 其他消息
|
| | |
|
| | | @Column(name = "mrs_type_guanxuan_read_time")
|
| | | private Date guanXuanReadTime;// 官宣任务阅读时间
|
| | | @Column(name = "mrs_create_time")
|
| | | private Date createTime;
|
| | | @Column(name = "mrs_update_time")
|
| | |
| | | return typeInvite;
|
| | | }
|
| | |
|
| | | |
| | |
|
| | | public void setTypeInvite(Integer typeInvite) {
|
| | | this.typeInvite = typeInvite;
|
| | | }
|
| | |
| | | this.updateTime = updateTime;
|
| | | }
|
| | |
|
| | |
|
| | | public Date getGuanXuanReadTime() {
|
| | | return guanXuanReadTime;
|
| | | }
|
| | |
|
| | | public void setGuanXuanReadTime(Date guanXuanReadTime) {
|
| | | this.guanXuanReadTime = guanXuanReadTime;
|
| | | }
|
| | |
|
| | | }
|