/// <summary> /// 获得数据列表 /// </summary> public DataSet GetUserRoleName(string strWhere) { return(dal.GetUserRoleName(strWhere)); }