增加数据过滤实现
This commit is contained in:
@ -41,4 +41,6 @@ type EasyMap interface {
|
||||
ToStruct(receiver interface{}) error
|
||||
// ToString 转为字符串
|
||||
ToString() string
|
||||
// Filter 过滤数据
|
||||
Filter(ignoreFieldList []string, rewriteFieldTable map[string]interface{}) map[string]interface{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user