รายการการประเมินผลการปฏิบัติราชการระดับบุคคล => ผูก API
This commit is contained in:
parent
03ea92dbe9
commit
aa63c96cba
7 changed files with 219 additions and 57 deletions
|
|
@ -53,6 +53,13 @@ interface FormComment {
|
|||
reason: string;
|
||||
}
|
||||
|
||||
interface FormQuery {
|
||||
page: number;
|
||||
pageSize: number;
|
||||
round: string;
|
||||
keyword: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormProfile,
|
||||
FormDataAssigned,
|
||||
|
|
@ -60,4 +67,5 @@ export type {
|
|||
ListCriteria,
|
||||
ListCapacity,
|
||||
FormComment,
|
||||
FormQuery,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue