import { Entity, PrimaryGeneratedColumn, Column, OneToOne, JoinColumn } from "typeorm"; import { Profile } from "./Profile"; @Entity() export class User {
確定! 回上一頁