12 lines
254 B

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