feat: вфыв
This commit is contained in:
20
schemas/payroll.py
Normal file
20
schemas/payroll.py
Normal file
@@ -0,0 +1,20 @@
|
||||
from schemas.base import BaseSchema
|
||||
|
||||
|
||||
# region Entities
|
||||
class PayrollSchemeSchema(BaseSchema):
|
||||
key: str
|
||||
name: str
|
||||
|
||||
|
||||
# endregion
|
||||
|
||||
# region Requests
|
||||
|
||||
|
||||
# endregion
|
||||
|
||||
# region Responses
|
||||
|
||||
|
||||
# endregion
|
||||
Reference in New Issue
Block a user