feat: add tenant-scoped rule and permission management
This commit is contained in:
@@ -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="是否默认应用")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user