feat: add tenant-scoped rule and permission management

This commit is contained in:
wren
2026-05-21 22:03:08 +08:00
parent a2c2bf1969
commit 1f1bccf3b3
193 changed files with 64463 additions and 1771 deletions
@@ -5,6 +5,8 @@ class RagChatAppVO(BaseModel):
appId: str = Field(..., description="应用ID")
appName: str = Field(..., description="应用名称")
description: str = Field("", description="应用描述")
tenantCode: str = Field("", description="租户编码")
tenantName: str = Field("", description="租户名称")
isDefault: bool = Field(False, description="是否默认应用")