namespace SDKAdapter.PurchasePlatform.Models { public class PP_QueryOrderLogisticsResponse { public string WayBillNo { get; set; } public string ExpressId { get; set; } public string ExpressName { get; set; } public IList OrderEntryIds { get; set; } public IList SkuIds { get; set; } } }