fix
This commit is contained in:
		
							
								
								
									
										10
									
								
								data_type.go
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								data_type.go
									
									
									
									
									
								
							@ -29,9 +29,9 @@ const (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	DataStatusNotFound   = "NOT_FOUND"
 | 
			
		||||
	DataStatusNotIsNil   = "IS_NIL"
 | 
			
		||||
	DataStatusNotIsZero  = "IS_ZERO"
 | 
			
		||||
	DataStatusNotIsEmpty = "IS_EMPTY"
 | 
			
		||||
	DataStatusNotIsFalse = "IS_FALSE"
 | 
			
		||||
	DataStatusNotFound = "NOT_FOUND"
 | 
			
		||||
	DataStatusIsNil    = "IS_NIL"
 | 
			
		||||
	DataStatusIsZero   = "IS_ZERO"
 | 
			
		||||
	DataStatusIsEmpty  = "IS_EMPTY"
 | 
			
		||||
	DataStatusIsFalse  = "IS_FALSE"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user