feat: modules, products, services, services kits
This commit is contained in:
@ -65,7 +65,7 @@ class RepUpdateMixin(Generic[EntityType, UpdateSchemaType], RepBaseMixin[EntityT
|
||||
return model
|
||||
|
||||
async def update(self, entity: EntityType, data: UpdateSchemaType) -> EntityType:
|
||||
pass
|
||||
return await self._apply_update_data_to_model(entity, data, True)
|
||||
|
||||
|
||||
class RepGetByIdMixin(Generic[EntityType], RepBaseMixin[EntityType]):
|
||||
|
||||
Reference in New Issue
Block a user