shipment methods
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user