using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// KoubeiMarketingDataMallShopitemsQueryResponse. /// public class KoubeiMarketingDataMallShopitemsQueryResponse : AopResponse { /// /// 店铺信息 /// [XmlArray("shop_list")] [XmlArrayItem("t_b_mini_shop_bo")] public List ShopList { get; set; } } }