clean foldering

This commit is contained in:
2025-11-24 20:28:49 +03:30
parent cfc7e1ffb9
commit 26b5d2b561
13 changed files with 76 additions and 118 deletions
@@ -1,7 +1,7 @@
import { Collection, Entity, ManyToMany, Property } from '@mikro-orm/core';
import { BaseEntity } from '../../../common/entities/base.entity';
import { ShipmentMethod } from '../../shipments/entities/shipment-method.entity';
import { RestaurantShipmentMethod } from './restaurant-shipment-method.entity';
import { RestaurantShipmentMethod } from '../../shipments/entities/restaurant-shipment-method.entity';
@Entity({ tableName: 'restaurants' })
export class Restaurant extends BaseEntity {