Merge branch 'develop' of github.com:Frappet/bma-ehr-kpi into develop
# Conflicts: # src/entities/kpiEvaluation.ts
This commit is contained in:
commit
91c48f4a40
2 changed files with 38 additions and 36 deletions
|
|
@ -26,9 +26,9 @@ export class createKpiEvaluation {
|
|||
}
|
||||
|
||||
export class updateKpiEvaluation {
|
||||
@Column()
|
||||
description: string;
|
||||
@Column("uuid")
|
||||
id: string;
|
||||
|
||||
@Column()
|
||||
level: Number;
|
||||
description: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue