fix: admin price
This commit is contained in:
parent
9bdda9e8bf
commit
5542ed2d4b
|
@ -33,6 +33,8 @@ export class ProductHistoryPrice extends BaseModel {
|
|||
@Column('text')
|
||||
type: productType;
|
||||
|
||||
@Column()
|
||||
@Column({
|
||||
default: 0,
|
||||
})
|
||||
admin_price: number;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user