From 3f293c90beb58ce206a66ff444d7acfc41b56429 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Sun, 14 Sep 2025 13:27:37 +0000 Subject: (김준회) Vendor Pool 구현 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'db/schema/index.ts') 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 -- cgit v1.2.3