This commit is contained in:
白茶清欢 2024-03-08 16:32:53 +08:00
parent 5a2df69ffe
commit ee1ff53593

View File

@ -42,5 +42,5 @@ type EasyMap interface {
// ToString 转为字符串 // ToString 转为字符串
ToString() string ToString() string
// Filter 过滤数据 // Filter 过滤数据
Filter(ignoreFieldList []string, rewriteFieldTable map[string]interface{}) map[string]interface{} Filter(ignoreFieldList []string, rewriteFieldTable map[string]string) map[string]interface{}
} }