导出可定义文件名称

This commit is contained in:
2022-10-12 16:09:07 +08:00
parent 8dae0d45d5
commit 2fc1c23934
2 changed files with 14 additions and 1 deletions

View File

@@ -94,6 +94,13 @@ class AdminController extends BaseController
protected $batchValidate = false;
/**
* 导出文件的名称,支持中文,为空则获取模型名称
*
* @var string
*/
protected $exportFileName = null;
/**
* 初始化方法
*/