增加sile map

This commit is contained in:
白茶清欢 2024-05-01 21:16:25 +08:00
parent 0be82b4a64
commit 34d0a39fb8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const (
DataTypeSliceBoolWithChar = "[]bool_split" // bool数组 -> []bool, 指定字符切割
DataTypeSliceString = "[]string" // 字符串数组 -> []string
DataTypeSliceStringWithChar = "[]string_split" // 字符串数组 -> []string, 指定字符切割
DataTypeSliceMap = "[]map[any]any" // 字符串数组 -> map[any]any, slice对象
DataTypeMapStrInt = "map[string]int" // map -> map[string]int64
DataTypeMapStrUint = "map[string]uint" // map -> map[string]uint64
DataTypeMapStrFloat = "map[string]float" // map -> map[string]float64