增加slice mode枚举值
This commit is contained in:
parent
eeef7e967d
commit
0be82b4a64
@ -40,3 +40,9 @@ const (
|
||||
DataStatusIsEmpty = "IS_EMPTY"
|
||||
DataStatusIsFalse = "IS_FALSE"
|
||||
)
|
||||
|
||||
const (
|
||||
DataSliceModelReal = "REAL"
|
||||
DataSliceModelMarshal = "MARSHAL"
|
||||
DataSliceModelWithSplitChar = "WITH_SPLIT_CHAR"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user