using Jd.Api; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Text; namespace BBWY.JDSDK.Response { public class AdsDspRtbKuaicheAccountCampaignReportResponse : JdResponse { [JsonProperty("returnType")] public JObject returnType { get; set; } } }