ลบ import
This commit is contained in:
parent
3c0a39a8c4
commit
c7ef7be3b8
33 changed files with 25 additions and 46 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Entity, Column, ManyToOne, JoinColumn, OneToMany, ManyToMany } from "typeorm";
|
||||
import { Entity, Column, ManyToOne, JoinColumn, OneToMany } from "typeorm";
|
||||
import { EntityBase } from "./base/Base";
|
||||
import { OrgChild1 } from "./OrgChild1";
|
||||
import { OrgRevision } from "./OrgRevision";
|
||||
|
|
@ -6,7 +6,6 @@ import { OrgChild2 } from "./OrgChild2";
|
|||
import { OrgChild3 } from "./OrgChild3";
|
||||
import { OrgChild4 } from "./OrgChild4";
|
||||
import { PosMaster } from "./PosMaster";
|
||||
import { Profile } from "./Profile";
|
||||
import { PermissionOrg } from "./PermissionOrg";
|
||||
|
||||
enum OrgRootRank {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue