using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// AlipayDataDataserviceAdPromotepagestatisticQueryResponse. /// public class AlipayDataDataserviceAdPromotepagestatisticQueryResponse : AopResponse { /// /// 留资统计列表 /// [XmlArray("collectinfo_list")] [XmlArrayItem("promote_page_statistic")] public List CollectinfoList { get; set; } } }