using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// ZhimaOpenAppDesSendModel Data Structure.
///
[Serializable]
public class ZhimaOpenAppDesSendModel : AopObject
{
///
/// 21
///
[XmlElement("com")]
public GavintestNewLeveaOne Com { get; set; }
///
/// 1
///
[XmlElement("test")]
public string Test { get; set; }
}
}