using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// KoubeiMarketingTessssssssssstQueryModel Data Structure.
///
[Serializable]
public class KoubeiMarketingTessssssssssstQueryModel : AopObject
{
///
/// tset
///
[XmlElement("age")]
public long Age { get; set; }
///
/// test
///
[XmlElement("height")]
public string Height { get; set; }
///
/// test
///
[XmlElement("object")]
public SpiInputObject Object { get; set; }
///
/// test
///
[XmlElement("params")]
public AccessParams Params { get; set; }
///
/// test
///
[XmlElement("x_name")]
public string XName { get; set; }
}
}