using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// TmallMcAddressParseResponse. /// public class TmallMcAddressParseResponse : TopResponse { /// /// JSON格式地址信息 /// [XmlElement("data")] public string Data { get; set; } } }