ปรับ ตัวชี้วัด ตามแผน รอ API
This commit is contained in:
parent
789627a6a9
commit
ad66cacc1e
6 changed files with 385 additions and 212 deletions
|
|
@ -36,6 +36,7 @@ interface FormDataRole {
|
|||
weight: string;
|
||||
meaning: string;
|
||||
formula: string;
|
||||
documentInfoEvidence: string;
|
||||
node: number | null;
|
||||
nodeId: string | null;
|
||||
orgRevisionId: string | null;
|
||||
|
|
@ -48,6 +49,15 @@ interface NewPagination {
|
|||
sortBy: string;
|
||||
}
|
||||
|
||||
interface FormListMainByRole {
|
||||
page:number
|
||||
pageSize:number
|
||||
position:string
|
||||
round:string
|
||||
keyword:string
|
||||
year:number|null
|
||||
}
|
||||
|
||||
interface ListGroup{
|
||||
id:string
|
||||
nameGroupKPI:string
|
||||
|
|
@ -66,5 +76,6 @@ export type {
|
|||
FormDataRole,
|
||||
NewPagination,
|
||||
FormQueryCapacity,
|
||||
ListGroup
|
||||
ListGroup,
|
||||
FormListMainByRole
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue