редактирование ящика

This commit is contained in:
2025-12-09 09:16:01 +03:00
parent 307f970d28
commit a81dbae85e
9 changed files with 111 additions and 22 deletions
Binary file not shown.
+1
View File
@@ -27,5 +27,6 @@ class Toolbox(Base):
async def save(self):
return await CRUD.create(self, refresh=True)
@staticmethod
async def edit(id: int, **kwargs):
return await CRUD.update(Toolbox, id, **kwargs)