Refactoring code module 14_KPI
This commit is contained in:
parent
bd33093d3e
commit
76118a8d11
37 changed files with 827 additions and 1675 deletions
|
|
@ -62,8 +62,8 @@ interface FormCommentByRole {
|
|||
id: string;
|
||||
topic: string;
|
||||
reason: string;
|
||||
createdFullName: string;
|
||||
score: string;
|
||||
createdFullName?: string;
|
||||
score?: string;
|
||||
reasonEvaluator: string;
|
||||
reasonCommander: string;
|
||||
reasonCommanderHigh: string;
|
||||
|
|
|
|||
|
|
@ -24,4 +24,20 @@ interface ResUserEvaluation {
|
|||
year: number;
|
||||
}
|
||||
|
||||
export type { ResUserEvaluation };
|
||||
interface DevelopListType {
|
||||
id: string;
|
||||
evaluationId: string;
|
||||
target: string;
|
||||
summary: string | null;
|
||||
point: number | null;
|
||||
name: string;
|
||||
achievement10: string;
|
||||
achievement5: string;
|
||||
achievement0: string;
|
||||
isDevelopment70: boolean;
|
||||
isDevelopment20: boolean;
|
||||
isDevelopment10: boolean;
|
||||
}
|
||||
|
||||
|
||||
export type { ResUserEvaluation,DevelopListType };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue