11 lines
249 B

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