Files
kui-vault/content/06.Archive/aimSystems/MBS/hi-nest 프로젝트 패키지 구조.md
T
2026-04-09 10:17:21 +09:00

13 lines
294 B
Markdown

``` plaintext
src/
└── movie/
├── dto/
│ ├── create-movie.dto.ts
│ └── update-movie.dto.ts
├── entities/
│ └── movie.entity.ts
├── movie.controller.ts
├── movie.module.ts
└── movie.service.ts
```