kpiPlan and kpiRole

This commit is contained in:
AdisakKanthawilang 2024-05-08 12:31:55 +07:00
parent 2f1053c7dc
commit a791a8000a
3 changed files with 297 additions and 160 deletions

View file

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