namespace BBWYB.Server.Model.Dto { public class TimeLimitTaskListResponse { public long Count { get; set; } public IList ItemList { get; set; } } }