Update aot

This commit is contained in:
sunkaixuan
2024-10-25 16:17:57 +08:00
parent 52d7617f27
commit ff9bc81cc9
2 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,11 @@ namespace SqlSugar
}
public partial class MySqlBlukCopy<T>
{
internal SqlSugarProvider Context { get; set; }
internal ISqlBuilder Builder { get; set; }
internal T[] Entitys { get; set; }
internal string Chara { get; set; }
public MySqlBlukCopy(SqlSugarProvider context, ISqlBuilder builder, T[] entitys)
{
this.Context = context;

View File

@@ -11,10 +11,7 @@ namespace SqlSugar
{
public partial class MySqlBlukCopy<T>
{
internal SqlSugarProvider Context { get; set; }
internal ISqlBuilder Builder { get; set; }
internal T[] Entitys { get; set; }
internal string Chara { get; set; }
private MySqlBlukCopy()
{