diff options
| author | joonhoekim <26rote@gmail.com> | 2025-09-14 13:27:37 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-09-14 13:27:37 +0000 |
| commit | 3f293c90beb58ce206a66ff444d7acfc41b56429 (patch) | |
| tree | 7e0eb2f07b211b856d44c6bddad67d72759e1f47 /db/schema/index.ts | |
| parent | de81b281d9a3c2883a623c3f25e2889ec10a091b (diff) | |
(김준회) Vendor Pool 구현
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 4724c8b5..aca969fe 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -67,4 +67,8 @@ export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재 export * from './risks/risks'; // === S-ERP 스키마 === -export * from './S_ERP/s_erp';
\ No newline at end of file +// export * from './S_ERP/s_erp'; + +// AVL 스키마 +export * from './avl/avl'; +export * from './avl/vendor-pool';
\ No newline at end of file |
