mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add SqlSugar.HG
This commit is contained in:
parent
aa3e6a4d8f
commit
f9c61ec052
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user