This commit is contained in:
sunkaixuan
2017-10-01 22:06:06 +08:00
parent 6e592ab9b7
commit 872f0ad1b9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ namespace SqlSugar
{
public OracleCodeFirst()
{
throw new Exception("该功能还未测试");
throw new Exception("Oracle该功能还未测试");
}
}
}