add: product price

This commit is contained in:
ilham
2021-12-08 09:16:43 +07:00
parent 426c2ccec8
commit 2e52ae494e
9 changed files with 72 additions and 33 deletions

View File

@@ -19,6 +19,9 @@ export class ProductHistoryPrice extends BaseModel {
@Column()
price: number;
@Column()
markUpPrice: number;
@Column({ type: 'date' })
startDate: Date;