namespace SDKAdapter.PurchasePlatform.Models { public class PP_QueryOrderDetailRequest: BasePlatformRequest { public string OrderId { get; set; } } }