mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update unit test
This commit is contained in:
parent
8706a64f7b
commit
24934bbdfd
@ -36,6 +36,9 @@ namespace OrmTest
|
||||
e.MyVO.GuidP2
|
||||
})
|
||||
.ToListAsync().GetAwaiter().GetResult();
|
||||
|
||||
var list6 = db.Queryable<UnitafasMyEntity>()
|
||||
.ToListAsync().GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
public class UnitafasMyEntity
|
||||
|
Loading…
Reference in New Issue
Block a user