<?php namespace app\admin\model; use think\Model; /** * Description of Depart * * @author sgq */ class Depart extends Model { protected $table = "sys_dept"; }