package config import ( "modelRT/orm" ) type ModelParseConfig struct { CircuitDiagramInfos []orm.CircuitDiagram }