Update Oracle Core Demo

This commit is contained in:
sunkaixuan
2017-10-23 16:07:26 +08:00
parent 5acf5fc4aa
commit cc50b7dea3
42 changed files with 3781 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="DataBase\" />
</ItemGroup>
</Project>