รายละเอียดการประเมินผลการปฏิบัติราชการระดับบุคคล =>tab อื่นๆ
This commit is contained in:
parent
1a234278f1
commit
a487e8445d
4 changed files with 209 additions and 20 deletions
15
src/modules/08_KPI/interface/response/index.ts
Normal file
15
src/modules/08_KPI/interface/response/index.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
interface ResEvaluator {
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
id: string;
|
||||
kpiUserEvaluationId: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string;
|
||||
reason: string;
|
||||
topic: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export type { ResEvaluator };
|
||||
Loading…
Add table
Add a link
Reference in a new issue