mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 10:25:23 +00:00
changed name to tag
This commit is contained in:
@ -9,7 +9,7 @@ export class SpaceProductItemModelEntity extends AbstractEntity<SpaceProductItem
|
||||
@Column({
|
||||
nullable: false,
|
||||
})
|
||||
public itemName: string;
|
||||
public tag: string;
|
||||
|
||||
@ManyToOne(
|
||||
() => SpaceProductModelEntity,
|
||||
|
Reference in New Issue
Block a user