This commit is contained in:
sunkaixuan 2017-04-30 17:29:23 +08:00
parent c3b3d4e71f
commit d90e76fca8
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Reflection;
using System;
namespace SqlSugar
{

View File

@ -53,7 +53,7 @@
<Compile Include="Abstract\DbProvider\DbFirstProvider.cs" />
<Compile Include="Abstract\DbProvider\DbMaintenanceProvider.cs" />
<Compile Include="Abstract\DbProvider\DbProvider.cs" />
<Compile Include="Abstract\DbProvider\SugarMappingAttribute.cs" />
<Compile Include="Entities\Mapping\SugarMappingAttribute.cs" />
<Compile Include="Abstract\QueryableProvider\QueryableAccessory.cs" />
<Compile Include="Abstract\QueryableProvider\QueryableExtendsions.cs" />
<Compile Include="Abstract\QueryableProvider\QueryableProvider.cs" />