using System; using System.Xml.Serialization; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// AlipaySecurityProdDesQueryResponse. /// public class AlipaySecurityProdDesQueryResponse : AopResponse { /// /// 11 /// [XmlElement("dee")] public GavintestNewLeveaOne Dee { get; set; } /// /// 1 /// [XmlElement("string")] public string String { get; set; } } }