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