no message
This commit is contained in:
parent
f7fc9b6c23
commit
2bb6ddd99d
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import { KpiCapacity } from "../entities/kpiCapacity";
|
|||
import { KpiUserEvaluation } from "../entities/kpiUserEvaluation";
|
||||
import { KpiUserCapacity, } from "../entities/kpiUserCapacity";
|
||||
import { Like, In } from "typeorm";
|
||||
import { Double } from "typeorm/browser";
|
||||
|
||||
@Route("api/v1/kpi/user/capacity")
|
||||
@Tags("kpiUserCapacity")
|
||||
|
|
@ -53,6 +54,7 @@ export class KpiUserCapacityController extends Controller {
|
|||
level: string;
|
||||
point: number;
|
||||
weight: number;
|
||||
summary: Double
|
||||
},
|
||||
@Request() request: { user: Record<string, any> },
|
||||
){
|
||||
|
|
@ -100,6 +102,7 @@ export class KpiUserCapacityController extends Controller {
|
|||
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