using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayUserTestResponse. /// public class AlipayUserTestResponse : AopResponse { /// /// 返回值 /// [XmlElement("ret1")] public string Ret1 { get; set; } } }