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