update การเพิ่ม คำสั่ง
This commit is contained in:
parent
bfe033dbfe
commit
bb46a8ac0c
7 changed files with 206 additions and 109 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue