嵌套对象处理
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 27s

This commit is contained in:
2026-06-09 17:42:57 +08:00
parent 8b60a84b56
commit a51ab9098a
8 changed files with 105 additions and 18 deletions

View File

@@ -37,10 +37,12 @@ Push 触发 CI 后,按变更类的后缀(`Dto` / `Vo` / `Entity` / `Model`
| 类类型 | request | response | 类转换 |
|--------|:-------:|:--------:|:------:|
| Dto | ✅ | | ✅ |
| Vo | | ✅ | ✅ |
| Dto | ✅ | | ✅ |
| Vo | | ✅ | ✅ |
| Entity / Model | ❌ | ❌ | ✅ |
Dto/Vo 均固定展示 request、response 两栏;无匹配接口时显示「无」。类转换栏仅在 `dto_entity_conversion.enabled: true` 时展示,关闭时不出现该小节。实际影响由接口索引 + 嵌套关系传播,不假定 Dto 仅 request、Vo 仅 response。
## 模版文件
| 文件 | 场景 |