แก้ เพิ่มตัวชี้วัดตามตำแหน่ง

This commit is contained in:
STW_TTTY\stwtt 2024-04-18 14:14:08 +07:00
parent 3bb14ce877
commit a561d547e6
2 changed files with 149 additions and 25 deletions

View file

@ -35,6 +35,9 @@ interface FormDataRole {
weight: string;
meaning: string;
formula: string;
node: number | null;
nodeId: string | null;
orgRevisionId: string | null;
}
export type { FormQueryRound, FormRound, FormCompetency, FormDataRole };