using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCampaignDiscountBudgetAppendResponse. /// public class AlipayMarketingCampaignDiscountBudgetAppendResponse : AopResponse { /// /// 预算ID /// [XmlElement("budget_id")] public string BudgetId { get; set; } } }