package section import "joylink.club/bj-rtsts-server/ats/verify/simulation/wayside/face" type CurveModel struct { face.DeviceModel StartLinkIndex int32 StartLinkOffset int32 EndLinkIndex int32 EndLinkOffset int32 //ζ›²ηŽ‡(εŠεΎ„)mm Curvature int32 }