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