no message
This commit is contained in:
parent
305fd51c99
commit
b3adb67e44
13 changed files with 497 additions and 121 deletions
|
|
@ -5,7 +5,6 @@ import { KpiUserSpecial } from "./kpiUserSpecial";
|
|||
import { KpiUserRole } from "./kpiUserRole";
|
||||
import { KpiUserPlanned } from "./kpiUserPlanned";
|
||||
import { KpiUserCapacity } from "./kpiUserCapacity";
|
||||
import { KpiUserEvaluationReason } from "./kpiUserEvaluationReason";
|
||||
import { KpiUserDevelopment } from "./kpiUserDevelopment";
|
||||
@Entity("kpiUserEvaluation")
|
||||
export class KpiUserEvaluation extends EntityBase {
|
||||
|
|
@ -149,12 +148,6 @@ export class KpiUserEvaluation extends EntityBase {
|
|||
|
||||
@OneToMany(() => KpiUserDevelopment, (kpiUserDevelopment) => kpiUserDevelopment.kpiUserEvaluation)
|
||||
kpiUserDevelopments: KpiUserDevelopment[];
|
||||
|
||||
@OneToMany(
|
||||
() => KpiUserEvaluationReason,
|
||||
(kpiUserEvaluationReason) => kpiUserEvaluationReason.kpiUserEvaluation,
|
||||
)
|
||||
kpiUserEvaluationReasons: KpiUserEvaluationReason[];
|
||||
}
|
||||
|
||||
export class createKpiUserEvaluation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue