Update unit test

This commit is contained in:
sunkaixuan 2024-07-17 14:03:56 +08:00
parent 8706a64f7b
commit 24934bbdfd

View File

@ -36,6 +36,9 @@ namespace OrmTest
e.MyVO.GuidP2
})
.ToListAsync().GetAwaiter().GetResult();
var list6 = db.Queryable<UnitafasMyEntity>()
.ToListAsync().GetAwaiter().GetResult();
}
}
public class UnitafasMyEntity