added product allocation for subspace and space model

This commit is contained in:
hannathkadher
2025-02-10 12:59:06 +04:00
parent 4c7208cd5f
commit 219974385a
7 changed files with 132 additions and 3 deletions

View File

@ -1,3 +1,4 @@
export * from './space-model.entity';
export * from './subspace-model';
export * from './tag-model.entity';
export * from './space-model-product-allocation.entity';