/// <summary> /// 添加功能 /// </summary> /// <param name="model"></param> public void AddFunction(PermissionModel model) { _funcDal.Insert(model); }