using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// KoubeiMarketingCampaignItemMerchantactivityBatchqueryResponse.
///
public class KoubeiMarketingCampaignItemMerchantactivityBatchqueryResponse : AopResponse
{
///
/// 活动信息
///
[XmlArray("activities")]
[XmlArrayItem("merchant_online_activity_open_model")]
public List Activities { get; set; }
}
}