summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-18 08:15:14 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-18 08:15:14 +0000
commitd8e0c42836690ddbf91b9a78d487993b22669f81 (patch)
tree14d11305a98ac4f5da3789a43d33a83a8dcd75e6 /db/schema/index.ts
parenta3b5cc9250978080a3ad269cf6c66d15de72355a (diff)
ECC 인터페이스 3건 WSDL(수신1, 송신2) 및 스키마(수신1) 추가
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index b1d9ee89..0b94d109 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -36,4 +36,7 @@ export * from './MDG/mdg'
export * from './SOAP/soap';
// NONSAP Oracle DB 스키마
-export * from './NONSAP/nonsap'; \ No newline at end of file
+export * from './NONSAP/nonsap';
+
+// ECC SOAP 수신용 (RFQ, PO, PR 데이터)
+export * from './ECC/ecc'; \ No newline at end of file