using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
///
/// AlipayCommerceTransportVehicleownerCampaignQueryModel Data Structure.
///
[Serializable]
public class AlipayCommerceTransportVehicleownerCampaignQueryModel : AopObject
{
///
/// 活动id的列表
///
[XmlArray("activity_id")]
[XmlArrayItem("string")]
public List ActivityId { get; set; }
}
}