API ประเมินบุคคล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-04 13:39:43 +07:00
parent fbcd0b8ec0
commit 0e033bffd3
11 changed files with 835 additions and 631 deletions

View file

@ -13,6 +13,9 @@ interface FormCommand {
commanderPosition: string;
commanderAboveFullname: string;
commanderAbovePosition: string;
author: string;
subject: string;
assignedPosition: string;
}
interface FormCommandRef {
@ -26,6 +29,8 @@ interface FormCommandRef {
fileEvaluation4: object | null;
fileEvaluation5: object | null;
fileEvaluation6: object | null;
performance: object | null;
performanceOwner: object | null;
[key: string]: any;
}