<?php namespace app\manage\model; use think\Model; class InstitutionModel extends Model { protected $table = 'institution'; }