using System.Xml.Serialization; namespace GeoSigma.SigmaDrawerElement { /// /// 不知道干嘛的 /// public class WellTrackData { /// /// 引用? /// [XmlAttribute("Ref")] public string Ref { get; set; } [XmlAttribute("RefTableId")] public string RefTableId { get; set; } [XmlAttribute("RefColId")] public string RefColId { get; set; } } }