no message

This commit is contained in:
Kittapath 2024-04-22 16:30:24 +07:00
parent 65e1d682b1
commit 42264be4a2
16 changed files with 55 additions and 201 deletions

View file

@ -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 {