增加单元测试

This commit is contained in:
2025-03-23 17:51:13 +08:00
parent 07fb74b68b
commit 7507cf8fe1
3 changed files with 141 additions and 0 deletions

View File

@ -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.