import { Column, Entity, OneToMany, OneToOne, Tree, Treenodes, TreeParent } from "typeorm"; @Entity() @Tree("closure-table") export class ...
確定! 回上一頁