mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 03:24:53 +00:00
added name to product
This commit is contained in:
@ -16,6 +16,11 @@ export class ProductEntity extends AbstractEntity<ProductDto> {
|
|||||||
})
|
})
|
||||||
public prodId: string;
|
public prodId: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
})
|
||||||
|
public name: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user