/// <summary> /// 批量删除一批数据 /// </summary> public bool DeleteList(string AdPositionIDlist) { return(dal.DeleteList(AdPositionIDlist)); }