mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-18 09:25:35 +08:00
完成v0.3.17所有数据库的测试
This commit is contained in:
@@ -20,6 +20,7 @@ namespace FreeSql.Tests.PostgreSQLExpression {
|
||||
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