feat: add tenant-scoped rule and permission management
This commit is contained in:
@@ -23,7 +23,9 @@ class ContractTemplateListItemVO(BaseModel):
|
||||
category_name: str | None = Field(None, description="分类名称")
|
||||
category_icon: str | None = Field(None, description="分类图标")
|
||||
description: str | None = Field(None, description="模板简介")
|
||||
region: str = Field(..., description="所属地区")
|
||||
region: str = Field(..., description="兼容保留字段:所属租户展示值/旧地区")
|
||||
tenant_code: str | None = Field(None, description="租户编码")
|
||||
tenant_name: str | None = Field(None, description="租户名称")
|
||||
file_path: str | None = Field(None, description="原始模板文件路径")
|
||||
pdf_file_path: str | None = Field(None, description="PDF 预览文件路径")
|
||||
file_format: str = Field(..., description="文件格式")
|
||||
|
||||
Reference in New Issue
Block a user