added subspace model product and item entities

This commit is contained in:
hannathkadher
2024-12-12 16:37:49 +04:00
parent e198c081cb
commit 9fdd559b9f
7 changed files with 82 additions and 1 deletions

View File

@ -49,7 +49,6 @@ export class SpaceModelEntity extends AbstractEntity<SpaceModelDto> {
() => SpaceProductModelEntity,
(productModel) => productModel.spaceModel,
{
cascade: true,
nullable: true,
},
)