using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipaySamsungEbppRechargeResponse. /// public class AlipaySamsungEbppRechargeResponse : AopResponse { /// /// 直接返回页面 /// [XmlElement("page_retrun")] public string PageRetrun { get; set; } } }