ปรับ ตัวชี้วัด ตามแผน รอ API

This commit is contained in:
STW_TTTY\stwtt 2024-05-07 15:18:52 +07:00
parent 789627a6a9
commit ad66cacc1e
6 changed files with 385 additions and 212 deletions

View file

@ -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
};