This commit is contained in:
sunkaixuan
2017-10-07 11:39:35 +08:00
parent 62d5248716
commit c11b31e053
2 changed files with 1 additions and 3 deletions

View File

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