style: format codebase files

This commit is contained in:
Misaka
2026-03-21 09:34:44 +08:00
parent 2b4a09dabe
commit 0e77479955
4 changed files with 9 additions and 10 deletions

View File

@@ -215,4 +215,3 @@ flowchart LR
1.`validation-application-service.ts` 中的 SQL Server / MySQL 分支继续下沉到 repository 或 dialect adapter。
2. 逐步给 `getCleanerData()``getMaterialsByManager()` 这类编排逻辑补更多单测。
3. 把和 validation 强耦合的 renderer 逻辑改成显式依赖 application contract而不是隐式依赖 payload shape。