* @date 2017/02/15 18:14 */ class Role extends BasicAdmin { protected $table = 'SystemRole'; public function index() { parent::_list($this->table); } }