mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 15:14:33 +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()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user