Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在此处输入图像描述 我有两个实体(公司和合同),具有来自公司的 OneToMany 关系和来自合同的 ManyToOne。我想在我的 CreateContractOutDto 中显示公司实体,我使用了 @ApiProperty({ type: () => CreateCompanyOutDto }) 但不起作用。我需要帮忙,拜托。 在此处输入图像描述