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