InstitutionModel.php 132 B

123456789
  1. <?php
  2. namespace app\manage\model;
  3. use think\Model;
  4. class InstitutionModel extends Model {
  5. protected $table = 'institution';
  6. }