基本完成描述列表组件;

This commit is contained in:
2022-08-04 11:49:26 +08:00
parent e86f86ee94
commit 5980b3b334
5 changed files with 255 additions and 49 deletions

View File

@@ -4,11 +4,13 @@
// +----------------------------------------------------------------------
use app\command\make\View;
use app\command\ScanDemo;
return [
// 指令定义
'commands' => [
'app\command\ResetPassword',
View::class
View::class,
ScanDemo::class
],
];