mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Add SqlSugar.HG
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user