summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-11 11:20:42 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-11 11:20:42 +0000
commitee77f36b1ceece1236d45fba102c3ea410acebc1 (patch)
treee32f34faa5648bd04f57ced8811d120e773fb020 /db/schema/index.ts
parent1b522f9d806b62d28a0e4072867efd3cd345cf06 (diff)
(최겸) 구매 계약 메인 및 상세 기능 개발(템플릿 연동 및 계약 전달 개발 필요)
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
index bcabac1b..1c2d5998 100644
--- a/db/schema/index.ts
+++ b/db/schema/index.ts
@@ -38,6 +38,7 @@ export * from './vendorRegistrations';
export * from './compliance';
export * from './rfqLast';
export * from './rfqVendor';
+export * from './generalContract';
// 부서별 도메인 할당 관리
export * from './departmentDomainAssignments';