admin
2020-02-18 ddf5db7d31af51fcf697eac0cee7dd46ff73bcc1
fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserInfoUpdateMQMsg.java
@@ -28,7 +28,20 @@
   private Long uid;// 用户ID
   private UserInfoUpdateTypeEnum type;// 类型
   private String value;// 值
   private Date createTime;//时间
   private Date createTime;// 时间
   public UserInfoUpdateMQMsg(Long uid, UserInfoUpdateTypeEnum type, String value, Date createTime) {
      super();
      this.uid = uid;
      this.type = type;
      this.value = value;
      this.createTime = createTime;
   }
   public UserInfoUpdateMQMsg() {
      super();
   }
   public Long getUid() {
      return uid;