赛亿官网
<?php namespace app\admin\model; class SysRole extends \think\Model { public function getIdNameList() { return $this->where('status', 1)->column('id, name'); } }