checkpoint kpiRole
This commit is contained in:
parent
4e6e5a7023
commit
6a1df5cd4d
3 changed files with 170 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue