package models_json type SorderJson1 struct { REyeLens EyeLens //(컨버전시 이것만) LEyeLens EyeLens //(컨버전시 이것만) RContLens ContLens //(컨버전시 이것만) LContLens ContLens //(컨버전시 이것만) } type EyeLens struct { Sph string Cyl string Axis string LongPd string Add string ShortPd string BaseIo string BaseUd string BareEye string Adjust string } type ContLens struct { Sph string Cyl string Axis string Add string Bc string Dia string Kerato string Prescript string Adjust string }