using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// JushitaJdpCommonQueryResponse. /// public class JushitaJdpCommonQueryResponse : TopResponse { /// /// 结果的json串 /// [XmlElement("json_str")] public string JsonStr { get; set; } } }