point
This commit is contained in:
parent
133fc76f66
commit
bdd2c9aa30
2 changed files with 37 additions and 4 deletions
|
|
@ -58,3 +58,8 @@ export class KpiUserCapacity extends EntityBase {
|
|||
@JoinColumn({ name: "kpiCapacityId" })
|
||||
kpiCapacity: KpiCapacity;
|
||||
}
|
||||
|
||||
export class KpiUserCapacityDataPoint {
|
||||
id: string;
|
||||
point: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue