แก้ fk ข้อมูลหลัก
This commit is contained in:
parent
8348c32e5b
commit
b0cec06828
4 changed files with 0 additions and 24 deletions
|
|
@ -12,12 +12,6 @@ export class Religion extends EntityBase {
|
|||
default: null,
|
||||
})
|
||||
name: string;
|
||||
|
||||
@OneToMany(() => Profile, (v) => v.religion)
|
||||
profile: Profile[];
|
||||
|
||||
@OneToMany(() => ProfileEmployee, (v) => v.religion)
|
||||
profileEmployee: ProfileEmployee[];
|
||||
}
|
||||
|
||||
export class CreateReligion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue