checkpoint kpiRole

This commit is contained in:
AdisakKanthawilang 2024-05-07 14:17:31 +07:00
parent 4e6e5a7023
commit 6a1df5cd4d
3 changed files with 170 additions and 4 deletions

View file

@ -321,6 +321,10 @@ export class createKpiPlan {
// @Column()
// including: number | null;
@Column()
period: string | null;
@Column()
year: string | null;
@Column()
includingName: string | null;
@Column()
target: string | null;
@ -362,6 +366,10 @@ export class updateKpiPlan {
// @Column()
// including: number | null;
@Column()
period: string | null;
@Column()
year: string | null;
@Column()
includingName: string | null;
@Column()
target: string | null;