摘要:List<string> xbhs = listZL.Select(s => s.XBH).Distinct().ToList(); foreach (string xbh in xbhs) { List<ZL> zls = listZL.Where(s => s.XBH.Equals(xbh)).
阅读全文
08 2025 档案
摘要:List<string> xbhs = listZL.Select(s => s.XBH).Distinct().ToList(); foreach (string xbh in xbhs) { List<ZL> zls = listZL.Where(s => s.XBH.Equals(xbh)).
阅读全文
|