no message
This commit is contained in:
parent
65e1d682b1
commit
42264be4a2
16 changed files with 55 additions and 201 deletions
|
|
@ -50,7 +50,7 @@ export class KpiUserSpecial extends EntityBase {
|
|||
|
||||
@ManyToOne(() => KpiUserEvaluation, (kpiUserEvaluation) => kpiUserEvaluation.kpiUserSpecials)
|
||||
@JoinColumn({ name: "kpiUserEvaluationId" })
|
||||
kpiUserEvaluations: KpiUserEvaluation;
|
||||
kpiUserEvaluation: KpiUserEvaluation;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
@ -62,5 +62,5 @@ export class KpiUserSpecial extends EntityBase {
|
|||
|
||||
@ManyToOne(() => KpiSpecial, (kpiSpecial) => kpiSpecial.kpiUserSpecials)
|
||||
@JoinColumn({ name: "kpiSpecialId" })
|
||||
kpiSpecials: KpiSpecial;
|
||||
kpiSpecial: KpiSpecial;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue