更新 Unit测试

This commit is contained in:
28810
2020-04-08 14:19:00 +08:00
parent 27d6c46758
commit 7c55f09d47
8 changed files with 176 additions and 52 deletions

View File

@@ -328,7 +328,7 @@ namespace FreeSql.Tests
class TestORC12
{
[Column(IsIdentity = true, InsertValueSql = "\"CLASS1_seq_ID\".nextval")]
[Column(IsIdentity = true, InsertValueSql = "\"TAG_SEQ_ID\".nextval")]
public int Id { get; set; }
}