diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-14 05:28:01 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-14 05:28:01 +0000 |
| commit | 675b4e3d8ffcb57a041db285417d81e61284d900 (patch) | |
| tree | 254f3d6a6c0ce39ae8fba35618f3810e08945f19 /db/schema/index.ts | |
| parent | 39f12cb19f29cbc5568057e154e6adf4789ae736 (diff) | |
(대표님) RFQ-last, tbe-last, 기본계약 템플릿 내 견적,입찰,계약 추가, env.dev NAS_PATH 수정
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index 1c2d5998..4724c8b5 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -39,6 +39,7 @@ export * from './compliance'; export * from './rfqLast'; export * from './rfqVendor'; export * from './generalContract'; +export * from './rfqLastTBE'; // 부서별 도메인 할당 관리 export * from './departmentDomainAssignments'; @@ -63,4 +64,7 @@ export * from './knox/titles'; // 직급 export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장 // === Risks 스키마 === -export * from './risks/risks';
\ No newline at end of file +export * from './risks/risks'; + +// === S-ERP 스키마 === +export * from './S_ERP/s_erp';
\ No newline at end of file |
