point
This commit is contained in:
parent
bdd2c9aa30
commit
5db5f445c8
4 changed files with 69 additions and 3 deletions
|
|
@ -113,3 +113,8 @@ export class UpdateKpiUserPlanned {
|
|||
@Column("uuid")
|
||||
kpiPlanId: string;
|
||||
}
|
||||
|
||||
export class KpiUserPlannedDataPoint {
|
||||
id: string;
|
||||
point: number;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,4 +115,9 @@ export class UpdateKpiUserRole {
|
|||
kpiUserEvaluationId: string;
|
||||
@Column("uuid")
|
||||
kpiRoleId: string;
|
||||
}
|
||||
}
|
||||
|
||||
export class KpiUserRoleDataPoint {
|
||||
id: string;
|
||||
point: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue