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