namespace SDKAdapter.OperationPlatform.Models
{
public class OP_OrderDeliveryResponse
public string ExpressId { get; set; }
public string ExpressName { get; set; }
public string WayBillNo { get; set; }
}