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