changed name to tag

This commit is contained in:
hannathkadher
2024-12-10 15:16:35 +04:00
parent 783b37cd1f
commit 1ed7f4f2ef

View File

@ -9,7 +9,7 @@ export class SpaceProductItemModelEntity extends AbstractEntity<SpaceProductItem
@Column({
nullable: false,
})
public itemName: string;
public tag: string;
@ManyToOne(
() => SpaceProductModelEntity,