mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update aot
This commit is contained in:
parent
1b3852c7a0
commit
63ed8069a1
@ -13,6 +13,9 @@ namespace SqlSugar
|
||||
public partial class OracleExpressionContext
|
||||
{
|
||||
}
|
||||
public partial class SqlServerBlukCopy
|
||||
{
|
||||
}
|
||||
public partial class MySqlBlukCopy<T>
|
||||
{
|
||||
internal SqlSugarProvider Context { get; set; }
|
||||
|
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class SqlServerBlukCopy
|
||||
public partial class SqlServerBlukCopy
|
||||
{
|
||||
internal List<IGrouping<int, DbColumnInfo>> DbColumnInfoList { get; set; }
|
||||
internal SqlSugarProvider Context { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user