<?php namespace app\common\model; use think\Model; use traits\model\SoftDelete; class RetaineGame extends Model { protected $table = 'cy_retaine_game'; public function getInfo($type_id,$day,$game_id,$channel_id = 0){ } }