mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 11:14:53 +00:00
added subspace model product and item entities
This commit is contained in:
@ -49,7 +49,6 @@ export class SpaceModelEntity extends AbstractEntity<SpaceModelDto> {
|
||||
() => SpaceProductModelEntity,
|
||||
(productModel) => productModel.spaceModel,
|
||||
{
|
||||
cascade: true,
|
||||
nullable: true,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user