API ประเมินบุคคล
This commit is contained in:
parent
fbcd0b8ec0
commit
0e033bffd3
11 changed files with 835 additions and 631 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue