This commit is contained in:
白茶清欢 2024-04-29 16:02:51 +08:00
parent 7d7191726f
commit 9cd57471a8

View File

@ -29,9 +29,9 @@ const (
) )
const ( const (
DataStatusNotFound = "NOT_FOUND" DataStatusNotFound = "NOT_FOUND"
DataStatusNotIsNil = "IS_NIL" DataStatusIsNil = "IS_NIL"
DataStatusNotIsZero = "IS_ZERO" DataStatusIsZero = "IS_ZERO"
DataStatusNotIsEmpty = "IS_EMPTY" DataStatusIsEmpty = "IS_EMPTY"
DataStatusNotIsFalse = "IS_FALSE" DataStatusIsFalse = "IS_FALSE"
) )