food
This commit is contained in:
@@ -73,4 +73,7 @@ export class Food extends BaseEntity {
|
||||
|
||||
@Property({ type: 'float', default: 0 })
|
||||
discount: number = 0;
|
||||
|
||||
@Property({ type: 'boolean', default: false })
|
||||
isSpecialOffer: boolean = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user