62,243
社区成员




1楼的真棒,太棒了
return query.OrderBy(item => item.TS001).ThenBy(item => item.TS002)
.Select(item => new QIPQCapmsonDto
{
Id = item.Id,
TS001 = item.TS001,
TS002 = item.TS002,
TS003 = item.TS003,
TS004 = item.TS004,
TS005 = item.TS005,
CreateDateTime = item.CreateDateTime,
CampId = item.QIPQCapm.ID
}).Paging(filters.page, filters.rows);
}