remove inventory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Entity, Index, ManyToOne, Property, Enum, Unique } from '@mikro-orm/core';
|
||||
import { BaseEntity } from '../../../../common/entities/base.entity';
|
||||
import { Shop } from ../../..shops/entities/shop.entity';
|
||||
import { Shop } from ../../../shops/entities/shop.entity';
|
||||
import { normalizePhone } from '../../../utils/phone.util';
|
||||
import { CouponType } from '../interface/coupon';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user