using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCampaignDrawcampCreateResponse. /// public class AlipayMarketingCampaignDrawcampCreateResponse : AopResponse { /// /// 抽奖活动id /// [XmlElement("camp_id")] public string CampId { get; set; } } }