mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
Update default value for role filter scopes (#649)
This commit is contained in:
@@ -15,7 +15,7 @@ class RoleSchemaBase(SchemaBase):
|
||||
|
||||
name: str = Field(description='角色名称')
|
||||
status: StatusType = Field(StatusType.enable, description='状态')
|
||||
is_filter_scopes: bool = Field(False, description='过滤数据权限')
|
||||
is_filter_scopes: bool = Field(True, description='过滤数据权限')
|
||||
remark: str | None = Field(None, description='备注')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user