mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
a219c88872
commit
9f45293f23
@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using PerformanceTest.Items;
|
using PerformanceTest.TestItems;
|
||||||
|
|
||||||
namespace PerformanceTest
|
namespace PerformanceTest
|
||||||
{
|
{
|
||||||
@ -16,7 +16,7 @@ namespace PerformanceTest
|
|||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
new TestGetAll().Init();
|
new TestGetAll().Init();
|
||||||
|
new TestGetById().Init();
|
||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ using Dapper;
|
|||||||
using SqlSugar;
|
using SqlSugar;
|
||||||
using Dapper.Contrib.Extensions;
|
using Dapper.Contrib.Extensions;
|
||||||
|
|
||||||
namespace PerformanceTest.Items
|
namespace PerformanceTest.TestItems
|
||||||
{
|
{
|
||||||
public class TestGetAll
|
public class TestGetAll
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user