no message

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

View file

@ -203,12 +203,12 @@ export class createKpiUserEvaluation {
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 {