add unfinish order transaction
This commit is contained in:
@@ -29,6 +29,11 @@ export class Product extends BaseModel{
|
||||
@Column()
|
||||
price: number;
|
||||
|
||||
@Column({
|
||||
nullable:true
|
||||
})
|
||||
basePrice: number;
|
||||
|
||||
@ManyToOne(
|
||||
() => ProductSubCategories,
|
||||
(subCategories) => subCategories.category,
|
||||
|
||||
Reference in New Issue
Block a user