This commit is contained in:
sunkaixuan
2025-09-30 20:09:15 +08:00
parent 07b7c90652
commit 44201caac3

View File

@@ -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()
{
}