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