fix
This commit is contained in:
parent
8593edfc43
commit
a2b31473ea
3 changed files with 11 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ export class createKpiCapacityDetail {
|
|||
description: string;
|
||||
|
||||
@Column()
|
||||
level: Number;
|
||||
level: string;
|
||||
}
|
||||
|
||||
export class updateKpiCapacityDetail {
|
||||
|
|
@ -44,5 +44,5 @@ export class updateKpiCapacityDetail {
|
|||
description: string;
|
||||
|
||||
@Column()
|
||||
level: Number;
|
||||
level: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue