mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 20:04:54 +00:00
merged with space-product
This commit is contained in:
@ -87,6 +87,7 @@ export class SpaceEntity extends AbstractEntity<SpaceDto> {
|
||||
type: 'text',
|
||||
})
|
||||
public icon: string;
|
||||
|
||||
@OneToMany(() => SpaceProductEntity, (spaceProduct) => spaceProduct.space)
|
||||
spaceProducts: SpaceProductEntity[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user