fix dynamic struct mod
This commit is contained in:
parent
854930490a
commit
164ea6b3ac
@ -63,7 +63,7 @@ func Run(sourceData []byte, fieldList []StructField) ([]byte, error) {
|
|||||||
type handle struct {
|
type handle struct {
|
||||||
sourceData []byte
|
sourceData []byte
|
||||||
fieldList []StructField
|
fieldList []StructField
|
||||||
dynamicStruct dynamicStructGenerate.Builder
|
dynamicStruct dynamicStructGenerate.IBuilder
|
||||||
formatVal string
|
formatVal string
|
||||||
parentFieldTable map[string]bool // 父级字段路径表
|
parentFieldTable map[string]bool // 父级字段路径表
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user