shipment methods

This commit is contained in:
2025-11-23 15:38:22 +03:30
parent d894bae756
commit ff97d509aa
12 changed files with 28 additions and 25 deletions
@@ -1,6 +1,6 @@
import { Collection, Entity, ManyToMany, Property } from '@mikro-orm/core';
import { BaseEntity } from '../../../common/entities/base.entity';
import { ShipmentMethod } from './shipment-method.entity';
import { ShipmentMethod } from '../../shipments/entities/shipment-method.entity';
import { RestaurantShipmentMethod } from './restaurant-shipment-method.entity';
@Entity({ tableName: 'restaurants' })