<?php namespace app\common\model; use think\Model; class EducationSchool extends Model { protected $table = "un_education_school"; }