change entity names

This commit is contained in:
2026-02-08 09:18:20 +03:30
parent 6be6a66079
commit 9a7010dcea
180 changed files with 2751 additions and 2513 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { CouponController } from './controllers/coupon.controller';
import { CouponRepository } from './repositories/coupon.repository';
import { MikroOrmModule } from '@mikro-orm/nestjs';
import { Coupon } from './entities/coupon.entity';
import { RestaurantsModule } from '../restaurants/restaurants.module';
import { RestaurantsModule } from ../../..shops.module';
import { AuthModule } from '../auth/auth.module';
import { JwtModule } from '@nestjs/jwt';