摘要:
//分组排序 对应SQL partion by var REList = crList.OrderByDescending(x => x.dtTime).GroupBy(x => new { x.vcRobot })//可多列 .Select(g => new { g, count = g.Coun 阅读全文
posted @ 2023-07-25 14:29
ghelement
阅读(17)
评论(0)
推荐(0)
2023年7月25日