This commit is contained in:
sunkaixuan 2023-06-03 19:52:42 +08:00
parent 5a208ea9d9
commit 499a14a9bf
2 changed files with 2 additions and 4 deletions

View File

@ -11,8 +11,7 @@ namespace SqlSugar
{
internal SqlSugarProvider Context { get; set; }
internal MethodInfo MethodInfo { get; set; }
internal object objectValue { get; set; }
internal string[] ignoreColumns { get; set; }
internal object objectValue { get; set; }
public int ExecuteCommand()
{

View File

@ -1,5 +1,4 @@
using Microsoft.SqlServer.Server;
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;