<?php namespace app\model; use think\Model; class SearchEngineModel extends Model { protected $name = 'search_engine'; protected $pk = 'id'; }