using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
///
/// AlipaySecurityProdDesQueryModel Data Structure.
///
[Serializable]
public class AlipaySecurityProdDesQueryModel : AopObject
{
///
/// 121
///
[XmlElement("com")]
public GavinTestnew Com { get; set; }
///
/// 1
///
[XmlArray("test")]
[XmlArrayItem("string")]
public List Test { get; set; }
}
}