互动管理实体

# 互动管理实体 ## 表名xy_vip_comment ## 字段参数 | 字段 | 类型 | 说明 | | ------------------ | -------- | -------------------- | | Id | objectId | mongoId | | xy_comment_id | guid | 唯一id | | xy_comment_uid | int | 玩家id /管理员id | | xy_comment_uname | string | 玩家uname/管理员name | | xy_comment_gid | int | 游戏id | | xy_comment_gname | string | 游戏name | | xy_comment_content | string | 评论内容 | | xy_comment_time | datetime | 添加时间 | | xy_comment_isdel | int | 是否删除 |