feat(contract): 建立 JKDA 查询响应契约(T-201)

This commit is contained in:
ila
2026-07-07 09:35:03 +08:00
parent 801fa543d1
commit 332683eee6
6 changed files with 253 additions and 8 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
## 阶段 2 · 健康档案闭环(第一条业务线)
- [ ] `contract/jkda.go` + `mapping/health_record.go` + `mapping/checkid.go`。
- [x] `contract/jkda.go` 查询响应结构体(T-201;创建/更新请求结构体留到 T-206)。
- [ ] `mapping/health_record.go` + `mapping/checkid.go`。
- [ ] `osi/jkda.go`:Create/Update/Find/FindRqbj。
- [ ] `handler` + `router`:暴露 `/api/health-record/save`(server 模式联调用)。
- [ ] 用 01 文档样例 + 联调样本写映射单测。