From 15b2d4ff61d0339385edd8cc67bf7579fcc2af08 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 27 Jun 2025 01:25:48 +0000 Subject: (김준회) MDG SOAP 수신 유틸리티 및 API 엔드포인트, 스키마 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'db/schema/index.ts') diff --git a/db/schema/index.ts b/db/schema/index.ts index b9491235..cb5a42d8 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -24,4 +24,7 @@ export * from './evaluationCriteria'; export * from './projectGtc'; // MDG SOAP 수신용 -// export * from './MDG/modelMaster' +export * from './MDG/mdg' + +// SOAP 로깅 목적 +export * from './SOAP/soap'; \ No newline at end of file -- cgit v1.2.3