admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
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;