增加单元测试
This commit is contained in:
@ -27,6 +27,10 @@ type IFieldConfig interface {
|
||||
SetType(typ any) IFieldConfig
|
||||
// SetTag 设置字段 tag.
|
||||
SetTag(tag string) IFieldConfig
|
||||
// GetType 获取类型
|
||||
GetType() any
|
||||
// GetTag 获取tag
|
||||
GetTag() string
|
||||
}
|
||||
|
||||
// IDynamicStruct contains defined dynamic struct.
|
||||
|
Reference in New Issue
Block a user