admin
2020-03-04 f4e107e273e66c36e5f5c7b4a8a2f1b07b3c15ed
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;