diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-22 02:57:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-22 02:57:31 +0000 |
| commit | cb34c5e1a61a20c954e12a8219d82dbdfbe50e13 (patch) | |
| tree | 61fdfd81c3f42da6064c5ec2b661f1ef17ae8681 /db/schema/index.ts | |
| parent | ee57cc221ff2edafd3c0f12a181214c602ed257e (diff) | |
(김준회) Knox API - 임직원 저장 구현
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
