优化导出功能,兼容自定义参数、兼容关联查询用法

This commit is contained in:
2022-07-14 09:52:26 +08:00
parent f74349a3c3
commit 065851fcb1
3 changed files with 60 additions and 46 deletions

View File

@@ -12,11 +12,10 @@ use think\console\Output;
class Version extends Command
{
const VERSION = 'v2.0.2';
const VERSION = 'v2.0.3';
const COMMENT = [
'新增查看当前版本命令',
'简单修改了说明文件'
'优化导出功能,兼容自定义参数、兼容关联查询用法',
];
protected function configure()