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 {
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue