feat: 数据迁移命令

This commit is contained in:
2025-04-11 18:15:12 +08:00
parent 0b420601f1
commit 9874fbc49a
7 changed files with 447 additions and 4 deletions

View File

@@ -5,5 +5,6 @@
return [
// 指令定义
'commands' => [
'data:migrate' => \app\command\DataMigration::class,
],
];