diff options
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 |
