yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
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;
   }
}