using Jd.Api.Domain; using Newtonsoft.Json; namespace Jd.Api.Response { public class PopOrderGetmobilelistResponse:JdResponse{ [JsonProperty("result")] public ResponseData result { get; set; } } }