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