using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOpenAuthUnifygwtestQueryModel Data Structure. /// [Serializable] public class AlipayOpenAuthUnifygwtestQueryModel : AopObject { /// /// 1 /// [XmlElement("str")] public string Str { get; set; } } }