ผูก API ในส่วนของ KPI สมรรถนะ
This commit is contained in:
parent
ab9f349af7
commit
6aaa9f6c30
4 changed files with 216 additions and 39 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue