summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts9
1 files changed, 5 insertions, 4 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index c48f0a8b..87ea224a 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -47,7 +47,8 @@ export * from './NONSAP/nonsap';
// ECC SOAP 수신용 (RFQ, PO, PR 데이터)
export * from './ECC/ecc';
-// Knox 임직원, 조직도, 직급
-export * from './knox/employee';
-export * from './knox/organization';
-export * from './knox/titles'; \ No newline at end of file
+// === Knox 스키마 ===
+export * from './knox/employee'; // 임직원
+export * from './knox/organization'; // 조직도
+export * from './knox/titles'; // 직급
+export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장 \ No newline at end of file