using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipaySecurityProdDfesfDefBatchqueryResponse.
///
public class AlipaySecurityProdDfesfDefBatchqueryResponse : AopResponse
{
///
/// 1
///
[XmlElement("ded")]
public string Ded { get; set; }
}
}