mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OrmTest.Demo
|
||||
|
||||
//Insert List<T>
|
||||
var insertObjs = new List<Student>();
|
||||
for (int i = 0; i < 1000; i++)
|
||||
for (int i = 0; i < 10; i++)
|
||||
{
|
||||
insertObjs.Add(new Student() { Name = "name" + i ,CreateTime=DateTime.Now});
|
||||
}
|
||||
|
Reference in New Issue
Block a user