This commit is contained in:
2025-12-06 23:51:50 +03:30
parent 7567e00f8a
commit eb48187ad0
5 changed files with 31 additions and 6 deletions
@@ -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;
}