add: transaction billing
This commit is contained in:
@@ -28,6 +28,11 @@ export class Product extends BaseModel {
|
||||
})
|
||||
basePrice: number;
|
||||
|
||||
@Column({
|
||||
default: 'prepaid',
|
||||
})
|
||||
type: string;
|
||||
|
||||
@ManyToOne(
|
||||
() => {
|
||||
return ProductSubCategories;
|
||||
|
||||
Reference in New Issue
Block a user