摘要: 通过分页加子查询优化后代码: 1 var data = from testType in context.TestType 2 join modelType in context.ModelType on testType.ModelType equals modelType.ID into mod 阅读全文
posted @ 2024-05-16 21:35 *雷子* 阅读(9) 评论(0) 推荐(0) 编辑
摘要: item.ModelType = TestCase.ModelType; item.TestType = TestCase.TestType; item.TestCaseType = TestCase.TestCaseType; item.TestCaseName = TestCase.TestCa 阅读全文
posted @ 2024-05-16 21:21 *雷子* 阅读(15) 评论(0) 推荐(0) 编辑