REQ-3345: 保存群业务扩展字段
This commit is contained in:
parent
eb1deb440d
commit
9b218c5171
@ -29,6 +29,7 @@ public class Group {
|
||||
private String name;
|
||||
private String bizCode;
|
||||
private GroupType type;
|
||||
@TableField(typeHandler = FastjsonTypeHandler.class)
|
||||
private Map<String, Object> bizGroupInfo;
|
||||
private String avatar;
|
||||
private Long memberCount;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user