add: product price
This commit is contained in:
@@ -19,6 +19,9 @@ export class ProductHistoryPrice extends BaseModel {
|
||||
@Column()
|
||||
price: number;
|
||||
|
||||
@Column()
|
||||
markUpPrice: number;
|
||||
|
||||
@Column({ type: 'date' })
|
||||
startDate: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user