群聊记录表

## 群聊记录表 ``` table xy_vip_im_group ``` | 属性 | 类型 | 说明 | | --------------- | -------- | ---------------------- | | xy_createtime | datetime | 创建时间 | | xy_group_gid | int | 游戏 id | | xy_group_gimg | string | 游戏图片 | | xy_group_gname | string | 游戏名称 | | xy_group_id | int | 主键 | | xy_group_index | int | 索引 | | xy_group_notice | string | 群聊公告 | | xy_group_people | int | 群聊人数 | | xy_group_state | int | 显示状态 0 显示 1 隐藏 |