Retaine.php 230 B

12345678910111213141516
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. use traits\model\SoftDelete;
  5. class Retaine extends Model
  6. {
  7. protected $table = 'cy_retaine';
  8. public function getInfo($type_id,$day,$game_id,$channel_id = 0){
  9. }
  10. }