no message
This commit is contained in:
parent
6a23f31046
commit
3c0a39a8c4
37 changed files with 27 additions and 178 deletions
|
|
@ -1,7 +1,5 @@
|
|||
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("gender")
|
||||
export class Gender extends EntityBase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue