From cb34c5e1a61a20c954e12a8219d82dbdfbe50e13 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 22 Jul 2025 02:57:31 +0000 Subject: (김준회) Knox API - 임직원 저장 구현 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'db/schema/index.ts') diff --git a/db/schema/index.ts b/db/schema/index.ts index 100084ed..db449616 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -40,4 +40,9 @@ export * from './SOAP/soap'; export * from './NONSAP/nonsap'; // ECC SOAP 수신용 (RFQ, PO, PR 데이터) -export * from './ECC/ecc'; \ No newline at end of file +export * from './ECC/ecc'; + +// Knox 임직원, 조직도, 직급 +export * from './knox/employee'; +export * from './knox/organization'; +export * from './knox/titles'; \ No newline at end of file -- cgit v1.2.3