diff options
| author | joonhoekim <26rote@gmail.com> | 2025-06-05 01:49:13 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-06-05 01:49:13 +0000 |
| commit | ccd6515000e36b02a52c2f8cd26bcc553d5e7326 (patch) | |
| tree | 62ccd3a27d3ddd1cbdebfcc29168a9e4a1060237 /db/schema/index.ts | |
| parent | 3ed13c5a2709b4410a09df56f1165d0e7dbfc29e (diff) | |
(김준회) 벤더 스키마를 MDG로부터 분리, Model Master 스키마 및 수신 route 추가
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index 309af050..01e0514b 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -14,4 +14,7 @@ export * from './logs'; export * from './basicContractDocumnet'; export * from './procurementRFQ'; export * from './setting'; -export * from './techSales';
\ No newline at end of file +export * from './techSales'; + +// MDG SOAP 수신용 +export * from './MDG/modelMaster'
\ No newline at end of file |
