feat(audit): record login events and trigger users

This commit is contained in:
wren
2026-05-09 20:07:44 +08:00
parent 4d56652879
commit e8a93f25a6
5 changed files with 152 additions and 4 deletions
@@ -15,6 +15,7 @@ class IAuditService(ABC):
RuleType: str | None = None,
Force: bool = False,
Speed: str = "normal",
TriggerUserId: int | None = None,
) -> AuditRunVO:
"""触发文档评查。"""
...