feat(mapping): 实现健康档案映射基线(T-202)

This commit is contained in:
ila
2026-07-07 14:36:40 +08:00
parent 56e1510f6b
commit 767c876519
8 changed files with 278 additions and 7 deletions
+1
View File
@@ -14,6 +14,7 @@ type ValidationError struct {
DictName string
Direction Direction
Code string
Reason string
}
func (e ValidationError) Error() string {