This commit is contained in:
net 2024-02-16 16:20:18 +07:00 committed by Net
parent f25a439804
commit 0a98d96d38
9 changed files with 6862 additions and 9 deletions

View file

@ -55,6 +55,8 @@ import evaluate from "./api/12_evaluatePersonal/api.evaluate";
/** API โครงสร้างอัตรากำลัง*/
import organization from "./api/02_organizational/api.organization";
import support from "./api/00_support/api.support";
/** API เงินเดือน/ค่าจ้าง*/
import salary from "./api/13_salary/api.salary";
@ -120,6 +122,9 @@ const API = {
/**evaluate*/
...evaluate,
/** support */
...support,
...salary,
...KPI,
...development,