how to innerJoin in Typeorm NestJs ,I'm newbie with typeorm and nestjs

后端 未结 0 937
小蘑菇
小蘑菇 2021-01-19 15:51

MyProduct Entity

@Entity({ name: \'products\' })
export class ProductEntity extends BaseEntity {
  @PrimaryGeneratedColumn()
  id: number;

          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题