model = new \app\admin\model\shop\Brand; } public function getList() { $list = $this->model->field('id,name')->select(); return json($list); } }