diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-19 09:44:28 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-19 09:44:28 +0000 |
| commit | 95bbe9c583ff841220da1267630e7b2025fc36dc (patch) | |
| tree | 5e3d5bb3302530bbaa7f7abbe8c9cf8193ccbd4c /db/schema/index.ts | |
| parent | 0eb030580b5cbe5f03d570c3c9d8c519bac3b783 (diff) | |
(대표님) 20250619 1844 KST 작업사항
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index d3dbdf6d..fc59692d 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -18,6 +18,8 @@ export * from './techSales'; export * from './ocr'; export * from './bRfq'; export * from './techVendors'; +export * from './evaluation'; +export * from './evaluationTarget'; // MDG SOAP 수신용 // export * from './MDG/modelMaster' |
