You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.2 KiB
23 lines
1.2 KiB
|
2 days ago
|
# 07 逐入口字段对齐验收清单
|
||
|
|
|
||
|
|
Type: research
|
||
|
|
Status: open
|
||
|
|
Blocked by: 01
|
||
|
|
|
||
|
|
## Question
|
||
|
|
|
||
|
|
验收标准「字段对齐:列表/详情/页签字段与 Bruno 文档出参一致(含脱敏、空值 "--" 等口径)」。基于 01 号矩阵圈定的入口集,逐入口产出对齐清单,落在 `assets/field-alignment.md`:
|
||
|
|
|
||
|
|
- 请求参数表(名/类型/必填/示例——示例值取 Bruno 或 seed 数据);
|
||
|
|
- 出参字段表(路径/类型/文案口径/脱敏标记——哪些字段后端脱敏如手机号/证件号,脱敏形态长什么样);
|
||
|
|
- 空值渲染口径("--")与枚举字典文案(customer_source、stage、job_title 两级树、contact_source 等);
|
||
|
|
- 该口径的权威出处(.bru 文件路径 + DTO 源码路径)。
|
||
|
|
|
||
|
|
用途:冒烟断言 + 人工验收双用。粒度控制:按 01 号矩阵的「缺口动作≠豁免」入口全覆盖,豁免入口不展开。
|
||
|
|
|
||
|
|
## Pointers
|
||
|
|
|
||
|
|
- Bruno 文档仓 `D:\code\crm-api-docs`(按菜单分组的 .bru);`.scratch/customer-module/API-SUMMARY.md`。
|
||
|
|
- DTO 源码:`crm-customer/src/main/java/com/crm/customer/` 下 dto/vo 包。
|
||
|
|
- 现有 demo 的渲染口径("--"、脱敏 reveal 按钮)可直接对照。
|