This commit is contained in:
Bright 2024-04-19 14:09:49 +07:00
parent 8593edfc43
commit a2b31473ea
3 changed files with 11 additions and 6 deletions

View file

@ -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;
}