เพิ่ม summary
This commit is contained in:
parent
7fbc14e818
commit
427fc8a142
6 changed files with 5 additions and 4 deletions
|
|
@ -53,9 +53,7 @@ export class KpiUserCapacityController extends Controller {
|
||||||
kpiUserEvaluationId: string;
|
kpiUserEvaluationId: string;
|
||||||
kpiCapacityId: string;
|
kpiCapacityId: string;
|
||||||
level: string;
|
level: string;
|
||||||
// point: number;
|
|
||||||
weight: number;
|
weight: number;
|
||||||
summary: Double;
|
|
||||||
},
|
},
|
||||||
@Request() request: { user: Record<string, any> },
|
@Request() request: { user: Record<string, any> },
|
||||||
) {
|
) {
|
||||||
|
|
@ -110,9 +108,7 @@ export class KpiUserCapacityController extends Controller {
|
||||||
kpiUserEvaluationId: string;
|
kpiUserEvaluationId: string;
|
||||||
kpiCapacityId: string;
|
kpiCapacityId: string;
|
||||||
level: string;
|
level: string;
|
||||||
// point: number;
|
|
||||||
weight: number;
|
weight: number;
|
||||||
summary: Double;
|
|
||||||
},
|
},
|
||||||
@Request() request: { user: Record<string, any> },
|
@Request() request: { user: Record<string, any> },
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
|
|
@ -69,4 +69,5 @@ export class KpiUserCapacity extends EntityBase {
|
||||||
export class KpiUserCapacityDataPoint {
|
export class KpiUserCapacityDataPoint {
|
||||||
id: string;
|
id: string;
|
||||||
point: number;
|
point: number;
|
||||||
|
summary: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -134,4 +134,5 @@ export class UpdateKpiUserDevelopment {
|
||||||
export class KpiUserDevelopmentDataPoint {
|
export class KpiUserDevelopmentDataPoint {
|
||||||
id: string;
|
id: string;
|
||||||
point: number;
|
point: number;
|
||||||
|
summary: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -214,4 +214,5 @@ export class UpdateKpiUserPlanned {
|
||||||
export class KpiUserPlannedDataPoint {
|
export class KpiUserPlannedDataPoint {
|
||||||
id: string;
|
id: string;
|
||||||
point: number;
|
point: number;
|
||||||
|
summary: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -215,4 +215,5 @@ export class UpdateKpiUserRole {
|
||||||
export class KpiUserRoleDataPoint {
|
export class KpiUserRoleDataPoint {
|
||||||
id: string;
|
id: string;
|
||||||
point: number;
|
point: number;
|
||||||
|
summary: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -248,4 +248,5 @@ export class UpdateKpiUserSpecial {
|
||||||
export class KpiUserSpecialDataPoint {
|
export class KpiUserSpecialDataPoint {
|
||||||
id: string;
|
id: string;
|
||||||
point: number;
|
point: number;
|
||||||
|
summary: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue