From 75249e6fa46864f49d4eb91bd755171b6b65eaae Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Mon, 28 Jul 2025 12:10:39 +0000 Subject: (김준회) 공통모듈 - Knox 결재 모듈 구현, 유저 선택기 구현, 상신 결재 저장을 위한 DB 스키마 및 서비스 추가, spreadjs 라이센스 환경변수 통일, 유저 테이블에 epId 컬럼 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/index.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'db/schema/index.ts') diff --git a/db/schema/index.ts b/db/schema/index.ts index c48f0a8b..87ea224a 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -47,7 +47,8 @@ export * from './NONSAP/nonsap'; // ECC SOAP 수신용 (RFQ, PO, PR 데이터) export * from './ECC/ecc'; -// Knox 임직원, 조직도, 직급 -export * from './knox/employee'; -export * from './knox/organization'; -export * from './knox/titles'; \ No newline at end of file +// === Knox 스키마 === +export * from './knox/employee'; // 임직원 +export * from './knox/organization'; // 조직도 +export * from './knox/titles'; // 직급 +export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장 \ No newline at end of file -- cgit v1.2.3