KPI => ประกาศผล, report
This commit is contained in:
parent
4419b41a39
commit
823fe93528
8 changed files with 372 additions and 147 deletions
|
|
@ -41,4 +41,19 @@ interface ResEvaluatorAssessor {
|
|||
profileId: string;
|
||||
}
|
||||
|
||||
export type { ResEvaluator, ResRound, ResEvaluatorAssessor };
|
||||
interface ResDevelopment {
|
||||
developmentName: string;
|
||||
durationKPI: string;
|
||||
firstname: string;
|
||||
id: string;
|
||||
kpiPeriodId: string;
|
||||
lastname: string;
|
||||
organization: string;
|
||||
posLevelName: string;
|
||||
posTypeName: string;
|
||||
position: string;
|
||||
prefix: string;
|
||||
root: string;
|
||||
}
|
||||
|
||||
export type { ResEvaluator, ResRound, ResEvaluatorAssessor, ResDevelopment };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue