using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// KoubeiMarketingDataCustomreportSaveResponse. /// public class KoubeiMarketingDataCustomreportSaveResponse : AopResponse { /// /// 自定义报表的规则ID /// [XmlElement("condition_key")] public string ConditionKey { get; set; } } }