This commit is contained in:
sunkaixuan
2017-09-28 15:07:37 +08:00
parent efce237c6f
commit e8f3be1b32

View File

@@ -24,7 +24,7 @@ namespace SqlSugar
/// </summary>
public InitKeyType InitKeyType = InitKeyType.SystemTable;
/// <summary>
///
/// Configure External Services,For example, Redis storage
/// </summary>
public ConfigureExternalServices ConfigureExternalServices { get; set; }
}