This commit is contained in:
sunkaixuan
2017-05-28 17:36:25 +08:00
parent 4761a565e7
commit beb33c8d3d

View File

@@ -11,7 +11,6 @@ namespace SqlSugar
{
#region Properties
public SqlSugarClient Context { get; set; }
public string EntityNamespace { get; set; }
public ConnectionConfig CurrentConnectionConfig { get; set; }
public Dictionary<string, object> TempItems { get; set; }
public Guid ContextID { get; set; }