update การเพิ่ม คำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-11 15:59:04 +07:00
parent bfe033dbfe
commit bb46a8ac0c
7 changed files with 206 additions and 109 deletions

View file

@ -67,6 +67,9 @@ import KPI from "./api/14_KPI/api.KPI";
/** API เงินเดือน/ค่าจ้าง*/
import development from "./api/15_development/api.development";
/** ออกคำสั่งใหม่ */
import command from "./api/18_command/api.command";
import file from "./api/file/api.file";
// environment variables
@ -133,6 +136,9 @@ const API = {
...KPI,
...development,
/** ออกคำสั่งใหม่ */
...command,
/*file*/
...file,
};