// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameRechargeControl is the golang structure for table game_recharge_control. type GameRechargeControl struct { Id int `json:"id" description:""` Channel string `json:"channel" description:""` }