* @version : HUOSDK 8.0 */ namespace huo\model\data; class DayGameSwitchModel extends DayGameModel { protected $table = 'dw_day_game_switch'; }