no message
This commit is contained in:
parent
65e1d682b1
commit
42264be4a2
16 changed files with 55 additions and 201 deletions
|
|
@ -289,7 +289,7 @@ export class KpiPlan extends EntityBase {
|
|||
@JoinColumn({ name: "kpiPeriodId" })
|
||||
kpiPeriod: KpiPeriod;
|
||||
|
||||
@OneToMany(() => KpiUserPlanned, (kpiUserPlanned) => kpiUserPlanned.kpiPlans)
|
||||
@OneToMany(() => KpiUserPlanned, (kpiUserPlanned) => kpiUserPlanned.kpiPlan)
|
||||
kpiUserPlanneds: KpiUserPlanned[];
|
||||
}
|
||||
export class createKpiPlan {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue