From 4025144298c8b24c42e1bcfcba2cf3e9dbfbbe03 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 10 Jun 2024 15:28:40 +0700 Subject: [PATCH] no message --- src/entities/kpiUserEvaluation.ts | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/entities/kpiUserEvaluation.ts b/src/entities/kpiUserEvaluation.ts index ad7a549..0c06610 100644 --- a/src/entities/kpiUserEvaluation.ts +++ b/src/entities/kpiUserEvaluation.ts @@ -185,30 +185,30 @@ export class KpiUserEvaluation extends EntityBase { } export class createKpiUserEvaluation { -// @Column() -// prefix: string; -// @Column() -// firstName: string; -// @Column() -// lastName: string; -// @Column() -// position: string | null; -// @Column() -// posTypeName: string | null; -// @Column() -// posLevelName: string | null; -// @Column() -// posExecutiveName: string | null; + // @Column() + // prefix: string; + // @Column() + // firstName: string; + // @Column() + // lastName: string; + // @Column() + // position: string | null; + // @Column() + // posTypeName: string | null; + // @Column() + // posLevelName: string | null; + // @Column() + // posExecutiveName: string | null; @Column() kpiPeriodId: string; @Column() profileId?: string | null; -// @Column() -// evaluatorId: string | null; -// @Column() -// commanderId: string | null; -// @Column() -// commanderHighId: string | null; + @Column() + evaluatorId: string | null; + @Column() + commanderId: string | null; + @Column() + commanderHighId: string | null; } export class updateKpiUserEvaluation {