using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipaySecurityProdDfesfDefBatchqueryModel Data Structure.
///
[Serializable]
public class AlipaySecurityProdDfesfDefBatchqueryModel : AopObject
{
///
/// 11
///
[XmlElement("dd")]
public GavintestNewLeveaOne Dd { get; set; }
///
/// 纬度
///
[XmlElement("latitude")]
public string Latitude { get; set; }
}
}