用linq语句查询某个字段的数据

2025-05-01 14:53:40
推荐回答(1个)
回答1:

大概是如下

from lst in StatusList
where GoodsType == @GoodsType
select lst.TypeName