แบบประเมิน => form งานที่ได้รับมอบหมายพิเศษ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-23 11:04:33 +07:00
parent c2bf98e053
commit e8785cf385
2 changed files with 240 additions and 92 deletions

View file

@ -12,10 +12,17 @@ interface FormProfile {
}
interface FormDataAssigned {
including: string;
indicator: string;
target: string;
unit: string;
weigth: string;
achievement1: string;
achievement2: string;
achievement3: string;
achievement4: string;
achievement5: string;
definition: string;
formula: string;
}
export type { FormProfile, FormDataAssigned };