checkpoint kpiPlan
This commit is contained in:
parent
2f23115718
commit
3beba6138e
3 changed files with 157 additions and 9 deletions
|
|
@ -340,8 +340,8 @@ export class createKpiPlan {
|
|||
strategyId: string | null;
|
||||
@Column()
|
||||
kpiPeriodId: string | null;
|
||||
@Column()
|
||||
documentInfoEvidence: string | null;
|
||||
// @Column()
|
||||
// documentInfoEvidence: string | null;
|
||||
}
|
||||
|
||||
export class updateKpiPlan {
|
||||
|
|
@ -381,6 +381,6 @@ export class updateKpiPlan {
|
|||
strategyId: string | null;
|
||||
@Column()
|
||||
kpiPeriodId: string | null;
|
||||
@Column()
|
||||
documentInfoEvidence: string | null;
|
||||
// @Column()
|
||||
// documentInfoEvidence: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue