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该功能还未测试");
}
}
}

View File

@ -8,7 +8,7 @@ namespace SqlSugar
public class OracleDbFirst : DbFirstProvider
{
public OracleDbFirst() {
throw new Exception("该功能还未测试");
throw new Exception("Oracle该功能还未测试");
}
}
}