namespace BBWY.Client.Models { public class OrderCountStatisticsResponse { public long WaitPurchaseCount { get; set; } public long ExceptionCount { get; set; } } }