fix search
This commit is contained in:
parent
386a7f72d0
commit
ffcd90ac4c
4 changed files with 296 additions and 7 deletions
|
|
@ -60,7 +60,7 @@ export class KpiUserDevelopment extends EntityBase {
|
|||
kpiUserEvaluation: KpiUserEvaluation;
|
||||
}
|
||||
|
||||
export class CreateKpiUserSpecial {
|
||||
export class CreateKpiUserDevelopment {
|
||||
@Column()
|
||||
including: string | null;
|
||||
@Column()
|
||||
|
|
@ -89,7 +89,7 @@ export class CreateKpiUserSpecial {
|
|||
kpiUserEvaluationId: string;
|
||||
}
|
||||
|
||||
export class UpdateKpiUserSpecial {
|
||||
export class UpdateKpiUserDevelopment {
|
||||
@Column()
|
||||
including: string | null;
|
||||
@Column()
|
||||
|
|
@ -118,7 +118,7 @@ export class UpdateKpiUserSpecial {
|
|||
kpiUserEvaluationId: string;
|
||||
}
|
||||
|
||||
export class KpiUserSpecialDataPoint {
|
||||
export class KpiUserDevelopmentDataPoint {
|
||||
id: string;
|
||||
point: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue