<?php namespace app\admin\model\university; use think\Model; class Event extends Model { // 表名 protected $table = 'university_event'; }