forked from gongxuegit/tiku-backend.net
feat(security): complete capability messaging workflows
This commit is contained in:
@@ -14,7 +14,8 @@ public sealed record SystemScopeRequest(
|
||||
SystemScopeCallerType CallerType,
|
||||
string Caller,
|
||||
string Reason,
|
||||
string CorrelationId);
|
||||
string CorrelationId,
|
||||
bool IsGlobal = false);
|
||||
|
||||
public interface ITenantExecutionScope
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user