摘要: //代码功能:根据ItemModelID查询PD_ItemParameter表的数据,该表大概9万条数据 List<string> idList = itemModelList.Select(c =>c.ID).ToList(); var paramterEntityList = new BaseS 阅读全文