EducationCourse.php 143 B

1234567891011121314
  1. <?php
  2. namespace app\model\api;
  3. use think\Model;
  4. class EducationCourse extends Model
  5. {
  6. protected $table = 'table_education_course';
  7. }