From b3fce41f7960a21c707788aa87448c3e4de82da9 Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期三, 27 二月 2019 11:47:51 +0800 Subject: [PATCH] 福利券 邀请队员成功之后激活 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java index d7eb825..ce3d547 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/UserMsgUnReadNum.java +++ b/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; } -- Gitblit v1.8.0