按功能拆分文件

This commit is contained in:
Yun
2025-09-21 16:30:45 +08:00
parent e57caf3080
commit 77a8322aad
7 changed files with 314 additions and 210 deletions
+1
View File
@@ -55,6 +55,7 @@ func (sp *StructProcessor) AttactToStruct(structxx any, updateMap map[string]str
v = v.Elem()
t := v.Type()
fieldMap := sp.fieldMapper.GetFieldMap(t)
for mapKey, mapValue := range updateMap {