feat: update audit platform workspace

This commit is contained in:
wren
2026-05-25 09:50:01 +08:00
parent ba8e93c0d3
commit 68d0b4c878
73 changed files with 12196 additions and 367 deletions
@@ -20,6 +20,7 @@ from fastapi_modules.fastapi_leaudit.services.ragChatService import IRagChatServ
from fastapi_modules.fastapi_leaudit.services.tenantService import ITenantService
from fastapi_modules.fastapi_leaudit.services.govdocService import IGovdocService
from fastapi_modules.fastapi_leaudit.services.usageStatsService import IUsageStatsService
from fastapi_modules.fastapi_leaudit.services.qichachaService import IQichachaService
__all__ = [
"IAuditService",
@@ -42,4 +43,5 @@ __all__ = [
"ITenantService",
"IUsageStatsService",
"IGovdocService",
"IQichachaService",
]