ลบ import
This commit is contained in:
parent
3c0a39a8c4
commit
c7ef7be3b8
33 changed files with 25 additions and 46 deletions
|
|
@ -1,9 +1,6 @@
|
|||
import { Entity, Column, OneToMany } from "typeorm";
|
||||
import { Entity, Column } from "typeorm";
|
||||
import { EntityBase } from "./base/Base";
|
||||
|
||||
import { Profile } from "./Profile";
|
||||
import { ProfileEmployee } from "./ProfileEmployee";
|
||||
|
||||
@Entity("relationship")
|
||||
export class Relationship extends EntityBase {
|
||||
@Column({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue