package modelmysql /* 服务定期查询注册和登录信息,然后获取玩家id,保存到这张表中;用于后续触发和玩家相关的数据统计 */ type UserID struct { Snid int `gorm:"primaryKey"` }