var a = new
{
L_ArticleList = sysUserList.Select(EF => new {
a = EF.ObjectId
})
};
返回需要的东西
最新推荐文章于 2022-07-04 16:34:00 发布
var a = new
{
L_ArticleList = sysUserList.Select(EF => new {
a = EF.ObjectId
})
};