<?php namespace app\model; use think\Model; class TechnicalFans extends Model { protected $connection = 'mysql'; protected $pk = 'id'; protected $name = 'technical_fans'; }