// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameWhiteList is the golang structure for table game_white_list. type GameWhiteList struct { Id int64 `json:"id" description:""` Ip string `json:"ip" description:""` }