This commit is contained in:
sunkaixuan 2017-06-16 12:15:53 +08:00
parent be4f695fa1
commit 71a4c4e953

View File

@ -9,7 +9,7 @@ namespace SqlSugar
{
public partial class SqlSugarAccessory
{
= =#region Properties
#region Properties
public SqlSugarClient Context { get; set; }
public ConnectionConfig CurrentConnectionConfig { get; set; }
public Dictionary<string, object> TempItems { get; set; }