no message

This commit is contained in:
Kittapath 2024-06-10 15:28:40 +07:00
parent 41cd83022f
commit 4025144298

View file

@ -185,30 +185,30 @@ export class KpiUserEvaluation extends EntityBase {
} }
export class createKpiUserEvaluation { export class createKpiUserEvaluation {
// @Column() // @Column()
// prefix: string; // prefix: string;
// @Column() // @Column()
// firstName: string; // firstName: string;
// @Column() // @Column()
// lastName: string; // lastName: string;
// @Column() // @Column()
// position: string | null; // position: string | null;
// @Column() // @Column()
// posTypeName: string | null; // posTypeName: string | null;
// @Column() // @Column()
// posLevelName: string | null; // posLevelName: string | null;
// @Column() // @Column()
// posExecutiveName: string | null; // posExecutiveName: string | null;
@Column() @Column()
kpiPeriodId: string; kpiPeriodId: string;
@Column() @Column()
profileId?: string | null; profileId?: string | null;
// @Column() @Column()
// evaluatorId: string | null; evaluatorId: string | null;
// @Column() @Column()
// commanderId: string | null; commanderId: string | null;
// @Column() @Column()
// commanderHighId: string | null; commanderHighId: string | null;
} }
export class updateKpiUserEvaluation { export class updateKpiUserEvaluation {