using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayOpenTestQueryResponse. /// public class AlipayOpenTestQueryResponse : AopResponse { /// /// 用户类型 /// [XmlElement("user_type")] public string UserType { get; set; } } }