namespace TeacherExt.Entities { public class SystemRole { public int Id { get; set; } public string RoleName { get; set; } } }