diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-02 09:52:21 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-02 09:52:21 +0000 |
| commit | fccb00d15466cd0b2d861163663a5070c768ff77 (patch) | |
| tree | 4b14b27417ebeb873a9d4b4d7b5c64f6e1d78135 /db/schema/index.ts | |
| parent | 72f212f717f136e875e7623404a5ddd4c5268901 (diff) | |
(대표님) OCR 박진석프로 요청 대응, rfq 변경된 요구사항 구현
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 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'; |
