เพิ่ม summary

This commit is contained in:
Kittapath 2024-05-09 13:13:09 +07:00
parent 7fbc14e818
commit 427fc8a142
6 changed files with 5 additions and 4 deletions

View file

@ -69,4 +69,5 @@ export class KpiUserCapacity extends EntityBase {
export class KpiUserCapacityDataPoint {
id: string;
point: number;
summary: number;
}

View file

@ -134,4 +134,5 @@ export class UpdateKpiUserDevelopment {
export class KpiUserDevelopmentDataPoint {
id: string;
point: number;
summary: number;
}

View file

@ -214,4 +214,5 @@ export class UpdateKpiUserPlanned {
export class KpiUserPlannedDataPoint {
id: string;
point: number;
summary: number;
}

View file

@ -215,4 +215,5 @@ export class UpdateKpiUserRole {
export class KpiUserRoleDataPoint {
id: string;
point: number;
summary: number;
}

View file

@ -248,4 +248,5 @@ export class UpdateKpiUserSpecial {
export class KpiUserSpecialDataPoint {
id: string;
point: number;
summary: number;
}