Add Oracle

This commit is contained in:
sunkaixuan
2017-07-25 23:32:28 +08:00
parent 54b5528cb4
commit 728d6158cf
14 changed files with 572 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SqlSugar
{
public class OracleCodeFirst : CodeFirstProvider
{
}
}