refactor: reorganize startup persistence boundaries

This commit is contained in:
jxxghp
2026-08-23 21:24:34 +08:00
parent 7f09927c47
commit e1509c4e0d
96 changed files with 1036 additions and 782 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Command 实现由 startup 组合根在导入期注册,避免 application 层
from typing import Any, Dict, Optional
# Command 类:由 startup/command_initializer 在导入期注册。
# Command 类:由 startup/initializers/command.py 在导入期注册。
_command_class: Any = None