src/main/java/cc/mrbird/febs/mall/entity/ChatUser.java
@@ -12,7 +12,7 @@ public class ChatUser { private static final long serialVersionUID = 1L; @TableId(value = "id",type = IdType.AUTO) @TableId(value = "user_id",type = IdType.AUTO) private Long userId; /** * 昵称 @@ -132,6 +132,10 @@ * 是否允许创建群聊 1:可以 0:不可以 */ private Integer createGroup; /** * 是否中雷 1:是 0:否 */ private Integer getBoom; }