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