yujian
2019-08-22 427737a79fe272fc0d54911fdf9d0e75a17d61a7
fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java
@@ -38,7 +38,8 @@
   @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")
@@ -88,6 +89,8 @@
      return typeInvite;
   }
   public void setTypeInvite(Integer typeInvite) {
      this.typeInvite = typeInvite;
   }
@@ -132,4 +135,13 @@
      this.updateTime = updateTime;
   }
   public Date getGuanXuanReadTime() {
      return guanXuanReadTime;
   }
   public void setGuanXuanReadTime(Date guanXuanReadTime) {
      this.guanXuanReadTime = guanXuanReadTime;
   }
}