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