# Functions
Different 差集 => 留下 el1 中不同的值.
Distinct 去重.
No description provided by the author
No description provided by the author
GetCurrentTimeUnix 获取当前时间戳.
GetStructMsg 返回结构体中的msg参数.
No description provided by the author
Intersection 交集.
No description provided by the author
MapMerge map合并,同样的key值,以返回值为准.
No description provided by the author
No description provided by the author
SliceContainsSlice list为基础数据(全),valList为校验数组(部分).
SliceContainsValue list为基础数据(全),val为校验值.
SliceDeleteCopyValue list为基础数据,val为删除值 效率没用上面的高,但不修改原切片.
SliceDeleteSelfValue list为基础数据,val为删除值 效率更高,但修改了自己切片的值.
StructToFilterSlice 使用反射实现,完美地兼容了filter标签的处理.
StructToMap 使用反射实现,完美地兼容了json标签的处理:修改参数处理.
StructToRelationFilterSlice 使用反射实现,完美地兼容了filter标签的处理.
StructToSelectSlice 使用反射实现,完美地兼容了select标签的处理.
# Structs
No description provided by the author