mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 21:32:04 +08:00
Add user case test
This commit is contained in:
@@ -79,8 +79,17 @@ namespace OrmTest
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
}
|
||||
|
||||
var list2 = db.Reportable(new List<Unitguidsda>() {
|
||||
new Unitguidsda()
|
||||
}).ToQueryable().ToList();
|
||||
}
|
||||
|
||||
|
||||
public class Unitguidsda
|
||||
{
|
||||
public Guid Id { get; set; } = Guid.NewGuid();
|
||||
}
|
||||
public class Unitadadfafa
|
||||
{
|
||||
[SqlSugar.SugarColumn(IsPrimaryKey =true,SqlParameterDbType =typeof(CommonPropertyConvert))]
|
||||
|
||||
Reference in New Issue
Block a user