步步为盈

13 lines
312 B

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; }
}
}