model = new WorkPoint(); } public function get() { $items = $this->model->get(); $items = $items->prepend(collect(['id' => '0', 'name' => '所有需求工点'])); return $this->success(['data' => $items]); } }