simpleExport = $simpleExport; return $this; } /** * 搜索条件导出路径例如 /admin/user/export 后面不需要参数,会根据搜索参数自动加上的 * @param null $search * @return $this */ public function exportPath($exportPath = '') { $this->exportPath = $exportPath; return $this; } }