<?php namespace app\model\api; use think\Model; class EducationCourse extends Model { protected $table = 'table_education_course'; }