mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Add unit error
This commit is contained in:
@@ -44,9 +44,7 @@ namespace OrmTest
|
||||
.Include(it => it.School)
|
||||
.Include(it => it.Room)
|
||||
.ExecuteCommand();
|
||||
Console.WriteLine(result);
|
||||
Console.WriteLine("用例跑完");
|
||||
Console.ReadKey();
|
||||
|
||||
}
|
||||
//建类
|
||||
public class SchoolA111
|
||||
|
Reference in New Issue
Block a user