using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// AlipayDataDataserviceAdPromotepageQueryResponse. /// public class AlipayDataDataserviceAdPromotepageQueryResponse : AopResponse { /// /// 留资页信息列表 /// [XmlArray("list")] [XmlArrayItem("promote_page")] public List List { get; set; } } }