This commit is contained in:
skx
2020-12-02 22:00:24 +08:00
parent e88d199f10
commit 68dec8af24
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ using System.Linq;
using System.Linq.Expressions;
namespace SqlSugar
{
public class InsertBuilder : IDMLBuilder
public partial class InsertBuilder : IDMLBuilder
{
#region Init
public InsertBuilder()

View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace SqlSugar
{
public interface IInsertable<T>
public partial interface IInsertable<T>
{
InsertBuilder InsertBuilder { get; set; }
int ExecuteCommand();