增加数据状态定义
This commit is contained in:
parent
00e0a924ef
commit
7d7191726f
@ -27,3 +27,11 @@ const (
|
||||
DataTypeMapStrSlice = "map[string][]any" // map -> map[string][]interface{}
|
||||
DataTypeAny = "any" // 任意类型 -> interface{}
|
||||
)
|
||||
|
||||
const (
|
||||
DataStatusNotFound = "NOT_FOUND"
|
||||
DataStatusNotIsNil = "IS_NIL"
|
||||
DataStatusNotIsZero = "IS_ZERO"
|
||||
DataStatusNotIsEmpty = "IS_EMPTY"
|
||||
DataStatusNotIsFalse = "IS_FALSE"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user