mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-17 23:25:49 +08:00
完成v0.3.17所有数据库的测试
This commit is contained in:
@@ -29,6 +29,7 @@ namespace FreeSql.Tests.SqlServerExpression {
|
||||
public DateTime CreateTime { get; set; }
|
||||
}
|
||||
class TestTypeInfo {
|
||||
[Column(IsIdentity = true)]
|
||||
public int Guid { get; set; }
|
||||
public int ParentId { get; set; }
|
||||
public TestTypeParentInfo Parent { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user