nestjs-typegoose 描述 为组件和控制器注入模型。 使用Typegoose消除了对Model接口的需求。 安装 npm install --save nestjs-typegoose 要么 yarn add nestjs-typegoose 文献资料 基本用法 您可以签出example项目以了解更多详细信息。 app.module.ts import { Module } from "@nestjs/common" ; import { TypegooseModule } from "nestjs-typegoose" ; import { CatsModule } f