ผูก API ในส่วนของ KPI สมรรถนะ

This commit is contained in:
STW_TTTY\stwtt 2024-04-23 16:23:49 +07:00
parent ab9f349af7
commit 6aaa9f6c30
4 changed files with 216 additions and 39 deletions

View file

@ -25,4 +25,14 @@ interface FormDataAssigned {
definition: string;
formula: string;
}
export type { FormProfile, FormDataAssigned };
interface FormCapacityList{
id:string|null
name:string
level:string
point:number
weight:number
summary:number
}
export type { FormProfile, FormDataAssigned,FormCapacityList };