mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 12:31:09 +00:00
Расширение фронтэнда
This commit is contained in:
@@ -8,7 +8,7 @@ class RoleBase(SQLModel):
|
||||
"""Базовая модель роли"""
|
||||
name: str
|
||||
description: str | None = None
|
||||
payroll: int
|
||||
payroll: int = 0
|
||||
|
||||
|
||||
class RoleCreate(RoleBase):
|
||||
|
||||
Reference in New Issue
Block a user