EducationSchool.php 142 B

1234567891011
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. class EducationSchool extends Model {
  5. protected $table = "un_education_school";
  6. }