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<string> OrderEntryIds { get; set; }

        public IList<string> SkuIds { get; set; }
    }
}