admin
2020-04-01 c70caa91e6b0e1f944b148b55685aca43bb90783
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;