เพิ่ม 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;
|
||||
kpiCapacityId: string;
|
||||
level: string;
|
||||
// point: number;
|
||||
weight: number;
|
||||
summary: Double;
|
||||
},
|
||||
@Request() request: { user: Record<string, any> },
|
||||
) {
|
||||
|
|
@ -110,9 +108,7 @@ export class KpiUserCapacityController extends Controller {
|
|||
kpiUserEvaluationId: string;
|
||||
kpiCapacityId: string;
|
||||
level: string;
|
||||
// point: number;
|
||||
weight: number;
|
||||
summary: Double;
|
||||
},
|
||||
@Request() request: { user: Record<string, any> },
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue