using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// GavinTestnew Data Structure. /// [Serializable] public class GavinTestnew : AopObject { /// /// 测试 /// [XmlElement("test")] public string Test { get; set; } } }