payment
This commit is contained in:
@@ -77,6 +77,9 @@ export class Restaurant extends BaseEntity {
|
||||
@Property({ type: 'decimal', default: 0 })
|
||||
vat?: number = 0;
|
||||
|
||||
@Property()
|
||||
domain!: string;
|
||||
|
||||
// --- روشهای ارسال ---
|
||||
@OneToMany(() => Delivery, delivery => delivery.restaurant)
|
||||
deliveries = new Collection<Delivery>(this);
|
||||
|
||||
Reference in New Issue
Block a user