增加slice mode枚举值

This commit is contained in:
白茶清欢 2024-04-30 21:51:09 +08:00
parent eeef7e967d
commit 0be82b4a64
1 changed files with 6 additions and 0 deletions

View File

@ -40,3 +40,9 @@ const (
DataStatusIsEmpty = "IS_EMPTY"
DataStatusIsFalse = "IS_FALSE"
)
const (
DataSliceModelReal = "REAL"
DataSliceModelMarshal = "MARSHAL"
DataSliceModelWithSplitChar = "WITH_SPLIT_CHAR"
)