var names = list.Select(t => t.BP_ProName).Distinct<string>().ToList(); //取产品名

主要用到了list.Distinct<T>()方法

相关文章: