mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 07:04:32 +08:00
Rename
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class DmInserttable<T> : InsertableProvider<T> where T : class, new()
|
||||
public class DmInsertable<T> : InsertableProvider<T> where T : class, new()
|
||||
{
|
||||
|
||||
}
|
@@ -429,7 +429,7 @@
|
||||
<Compile Include="Realization\Dm\DbBind\DmDbBind.cs" />
|
||||
<Compile Include="Realization\Dm\DbFirst\DmDbFirst.cs" />
|
||||
<Compile Include="Realization\Dm\DbMaintenance\DmDbMaintenance.cs" />
|
||||
<Compile Include="Realization\Dm\Insertable\DmInserttable.cs" />
|
||||
<Compile Include="Realization\Dm\Insertable\DmInsertable.cs" />
|
||||
<Compile Include="Realization\Dm\DmProvider.cs" />
|
||||
<Compile Include="Realization\Dm\Queryable\DmQueryable.cs" />
|
||||
<Compile Include="Realization\Dm\SqlBuilder\DmBuilder.cs" />
|
||||
|
Reference in New Issue
Block a user