fix
This commit is contained in:
parent
7d7191726f
commit
9cd57471a8
@ -30,8 +30,8 @@ const (
|
||||
|
||||
const (
|
||||
DataStatusNotFound = "NOT_FOUND"
|
||||
DataStatusNotIsNil = "IS_NIL"
|
||||
DataStatusNotIsZero = "IS_ZERO"
|
||||
DataStatusNotIsEmpty = "IS_EMPTY"
|
||||
DataStatusNotIsFalse = "IS_FALSE"
|
||||
DataStatusIsNil = "IS_NIL"
|
||||
DataStatusIsZero = "IS_ZERO"
|
||||
DataStatusIsEmpty = "IS_EMPTY"
|
||||
DataStatusIsFalse = "IS_FALSE"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user