using System.Collections.Generic; namespace BBWYB.Client.Models { public class AfterSaleOrderListResponse { public int Count { get; set; } public IList Items { get; set; } } }