yujian
2019-03-07 e6cb7c27384f22b39ccee584028e23b56c30e9ee
fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java
@@ -35,6 +35,10 @@
   @Expose
   @Column(name = "mrs_type_system")
   private Integer typeSystem;// 系统消息未读数
   @Expose
   @Column(name = "mrs_type_other")
   private Integer typeOther;// 其他消息
   @Column(name = "mrs_create_time")
   private Date createTime;
   @Column(name = "mrs_update_time")
@@ -104,6 +108,14 @@
      this.user = user;
   }
   public Integer getTypeOther() {
      return typeOther;
   }
   public void setTypeOther(Integer typeOther) {
      this.typeOther = typeOther;
   }
   public Date getCreateTime() {
      return createTime;
   }