summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-05 01:55:33 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-05 01:55:33 +0000
commit4239461f2364c016753fcfabe431a858f356b6d7 (patch)
tree11d7fdfb5319fe6e625dee291bd77327ef80b79a /db/schema/index.ts
parent610d3bccf1cb640e2a21df28d8d2a954c2bf337e (diff)
parentccd6515000e36b02a52c2f8cd26bcc553d5e7326 (diff)
(merge) 스키마 변경사항 머지 처리 (OCR - SOAP)
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 5c0b3135..38a27393 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -15,4 +15,7 @@ export * from './basicContractDocumnet';
export * from './procurementRFQ';
export * from './setting';
export * from './techSales';
-export * from './ocr'; \ No newline at end of file
+export * from './ocr';
+
+// MDG SOAP 수신용
+export * from './MDG/modelMaster'