using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayMerchantPayforprivilegePromotionplanQueryModel Data Structure. /// [Serializable] public class AlipayMerchantPayforprivilegePromotionplanQueryModel : AopObject { /// /// 充享惠方案ID /// [XmlElement("promotion_plan_id")] public string PromotionPlanId { get; set; } } }