feat: add tenant-scoped rule and permission management
This commit is contained in:
@@ -27,6 +27,8 @@ class EvaluationPointVO(BaseModel):
|
||||
action_config: str = Field("", description="动作配置")
|
||||
score: float = Field(0, description="分值")
|
||||
area: str = Field("", description="地区")
|
||||
tenantCode: str = Field("", description="租户编码")
|
||||
tenantName: str = Field("", description="租户名称")
|
||||
created_at: str | None = Field(None, description="创建时间")
|
||||
updated_at: str | None = Field(None, description="更新时间")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user