/// <summary> /// 获得用户权限 /// </summary> public DataTable GetUserFunction(int userId) { return(dal.GetUserFunction(userId)); }