checkpoint kpiPlan

This commit is contained in:
AdisakKanthawilang 2024-05-07 11:37:15 +07:00
parent 2f23115718
commit 3beba6138e
3 changed files with 157 additions and 9 deletions

View file

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