payment method

This commit is contained in:
2025-11-23 11:31:33 +03:30
parent 8a42b258ac
commit 969ff6a163
6 changed files with 31 additions and 49 deletions
@@ -16,8 +16,6 @@ export class RestaurantPaymentMethod extends BaseEntity {
@Property({ nullable: true })
merchantId?: string;
@Property({ type: 'decimal', precision: 10, scale: 2, default: 0 })
price: number = 0;
@Property({ type: 'boolean', default: true })
isActive: boolean = true;