no message

This commit is contained in:
Kittapath 2024-06-13 11:48:15 +07:00
parent 0b632803fe
commit 4a07ca669c
3 changed files with 116 additions and 64 deletions

View file

@ -185,20 +185,20 @@ 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 | null;
@Column()
firstName?: string | null;
@Column()
lastName?: string | null;
@Column()
position?: string | null;
@Column()
posTypeName?: string | null;
@Column()
posLevelName?: string | null;
@Column()
posExecutiveName?: string | null;
@Column()
kpiPeriodId: string;
@Column()