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