1.这是EF生成的类: namespace PMS.DataProvider.EntityFramework { using System; using System.Collections.Generic; public partial class M_Managers { public string UserName { get; set; } public string NickName { get; set; } public string PassWord { get; set; }…