mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 01:46:18 +08:00
-
This commit is contained in:
parent
c3b3d4e71f
commit
d90e76fca8
@ -1,8 +1,8 @@
|
|||||||
using System;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace SqlSugar
|
namespace SqlSugar
|
||||||
{
|
{
|
@ -53,7 +53,7 @@
|
|||||||
<Compile Include="Abstract\DbProvider\DbFirstProvider.cs" />
|
<Compile Include="Abstract\DbProvider\DbFirstProvider.cs" />
|
||||||
<Compile Include="Abstract\DbProvider\DbMaintenanceProvider.cs" />
|
<Compile Include="Abstract\DbProvider\DbMaintenanceProvider.cs" />
|
||||||
<Compile Include="Abstract\DbProvider\DbProvider.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\QueryableAccessory.cs" />
|
||||||
<Compile Include="Abstract\QueryableProvider\QueryableExtendsions.cs" />
|
<Compile Include="Abstract\QueryableProvider\QueryableExtendsions.cs" />
|
||||||
<Compile Include="Abstract\QueryableProvider\QueryableProvider.cs" />
|
<Compile Include="Abstract\QueryableProvider\QueryableProvider.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user