Add SqlSugar.HG

This commit is contained in:
sunkaixuan 2023-05-31 19:04:24 +08:00
parent aa3e6a4d8f
commit f9c61ec052

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace SqlSugar.HG
{
public class HGInserttable<T> : InsertableProvider<T> where T : class, new()
public class HGInsertable<T> : InsertableProvider<T> where T : class, new()
{
public override int ExecuteReturnIdentity()
{