using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EMIS.ViewModel.Report { public class HighBaseAgeCountView { public string InschoolAgeStatusID { get; set; } public int? Year { get; set; } public int? Sex { get; set; } public string SexCode { get; set; } public string SexName { get; set; } public int? EducationTypeID { get; set; } public string AgeName { get; set; } public int? Count { get; set; } public string EducationTypeCode { get; set; } public int? colNum { get; set; } } }