no message
This commit is contained in:
parent
41cd83022f
commit
4025144298
1 changed files with 20 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue