From 41cd83022f27e66a92bbf10450801c2cc1d567d5 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Sun, 9 Jun 2024 22:18:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87?= =?UTF-8?q?=E0=B9=81=E0=B8=9A=E0=B8=9A=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=B4=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 fbbac9e..ad7a549 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 {