From fccb00d15466cd0b2d861163663a5070c768ff77 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 2 Sep 2025 09:52:21 +0000 Subject: (대표님) OCR 박진석프로 요청 대응, rfq 변경된 요구사항 구현 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/schema/index.ts') diff --git a/db/schema/index.ts b/db/schema/index.ts index 7637d247..bcabac1b 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -36,6 +36,8 @@ export * from './consent'; export * from './bidding'; export * from './vendorRegistrations'; export * from './compliance'; +export * from './rfqLast'; +export * from './rfqVendor'; // 부서별 도메인 할당 관리 export * from './departmentDomainAssignments'; -- cgit v1.2.3