using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Model.EvaluaTion.Dtos { public class ExerciseInfo { public string Ex_name { get; set; } public string Ex_time { get; set; } public string Ex_type { get; set; } public string Ex_mode { get; set; } public string Course_no { get; set; } public string Course_name { get; set; } public string Serialnumber { get; set; } public string Stucount { get; set; } public string Cover { get; set; } } }