mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-27 18:25:47 +08:00
更新 Unit测试
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user