/// <summary> /// 获得数据列表 /// </summary> public List <Role> GetAllList() { return(dal.GetAllList()); }