kpiPlan and kpiRole
This commit is contained in:
parent
2f1053c7dc
commit
a791a8000a
3 changed files with 297 additions and 160 deletions
|
|
@ -356,8 +356,8 @@ export class createKpiPlan {
|
|||
strategy: number;
|
||||
@Column()
|
||||
strategyId: string | null;
|
||||
@Column()
|
||||
kpiPeriodId: string | null;
|
||||
// @Column()
|
||||
// kpiPeriodId: string | null;
|
||||
@Column()
|
||||
documentInfoEvidence: string | null;
|
||||
}
|
||||
|
|
@ -401,8 +401,8 @@ export class updateKpiPlan {
|
|||
strategy: number;
|
||||
@Column()
|
||||
strategyId: string | null;
|
||||
@Column()
|
||||
kpiPeriodId: string | null;
|
||||
// @Column()
|
||||
// kpiPeriodId: string | null;
|
||||
@Column()
|
||||
documentInfoEvidence: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue