Generate a NestJS CRUD module with service, controller, DTOs, and TypeScript types
Generate a complete NestJS CRUD module for the entity {entityName}.
Include:
- Module
- Controller
- Service
- DTOs with TypeScript types
Follow idiomatic NestJS patterns and keep it minimal but functional.