namespace BBWY.Server.Model.Dto { public class OrderCountStatisticsResponse { public long WaitPurchaseCount { get; set; } public long ExceptionCount { get; set; } public long WaitOutStoreCount { get; set; } public long AfterSaleOrderUnhandleCount { get; set; } } }