using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayUserPartnerMobilessoResponse. /// public class AlipayUserPartnerMobilessoResponse : AopResponse { /// /// 2088102114230015 /// [XmlElement("user_id")] public string UserId { get; set; } } }