no message
This commit is contained in:
parent
0b632803fe
commit
4a07ca669c
3 changed files with 116 additions and 64 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue