mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
Update unit test
This commit is contained in:
@@ -36,6 +36,9 @@ namespace OrmTest
|
||||
e.MyVO.GuidP2
|
||||
})
|
||||
.ToListAsync().GetAwaiter().GetResult();
|
||||
|
||||
var list6 = db.Queryable<UnitafasMyEntity>()
|
||||
.ToListAsync().GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
public class UnitafasMyEntity
|
||||
|
Reference in New Issue
Block a user