Using skip/take with leftJoinAndSelect

前端 未结 0 1235
夕颜
夕颜 2021-01-24 06:29

I have these entities

@Entity()
export class User {
    @PrimaryGeneratedColumn()
    id: number;

    @Column()
    name: string;

    @OneToMany(type => Matc         


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