This commit is contained in:
sunkaixuan
2017-10-01 22:05:36 +08:00
parent cce2d95716
commit 6e592ab9b7
2 changed files with 7 additions and 0 deletions

View File

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