using System; using System.Xml.Serialization; using System.Collections.Generic; using Newtonsoft.Json; using Jd.Api.Domain; namespace Jd.Api.Response { public class EclpCoCancelB2bLwbMainResponse:JdResponse{ [JsonProperty("cancelB2bLwbMain_result")] public Result cancelB2bLwbMainResult { get; set; } } }